DataControllerToModelEvent
typedef
Event fired after the toModel() method has been run.
The toModel
event is fired by the decorated toModel
method.
See decorate
for more information and samples.
Properties
-
args : tuple
module:engine/controller/datacontroller~DataControllerToModelEvent#args
-
name : 'toModel'
module:engine/controller/datacontroller~DataControllerToModelEvent#name
-
return : ReturnType<DataController[ 'toModel' ]>
module:engine/controller/datacontroller~DataControllerToModelEvent#return