Typedef

DataControllerToViewEvent (engine/controller)

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

typedef
object

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.

Filtering

Properties

  • args : tuple

  • name : 'toView'

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