Typedef

DataControllerInitEvent (engine/controller)

@ckeditor/ckeditor5-engine/src/controller/datacontroller

typedefobject

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.

Filtering

Properties

  • args : tuple

  • name : 'init'

  • return : ReturnType<DataController[ 'init' ]>

Fired by