Typedef

DataControllerSetEvent (engine/controller)

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

typedefobject

An event fired after set() method has been run.

The set event is fired by the decorated set method. See decorate for more information and samples.

Filtering

Properties

  • args : tuple

  • name : 'set'

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

Fired by