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