Typedef

DataControllerToModelEvent (engine/controller)

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

typedef
object

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.

Filtering

Properties

  • args : tuple

  • name : 'toModel'

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