DataControllerInitEvent
typedef
An event fired after the init()
method was run. It can be listened to in
order to adjust or modify the initialization flow. However, if the init
event is stopped or prevented,
the ready
event should be fired manually.
The init
event is fired by the decorated init
method.
See decorate
for more information and samples.
Properties
-
args : tuple
module:engine/controller/datacontroller~DataControllerInitEvent#args
-
name : 'init'
module:engine/controller/datacontroller~DataControllerInitEvent#name
-
return : ReturnType<DataController[ 'init' ]>
module:engine/controller/datacontroller~DataControllerInitEvent#return