Typedef

DataControllerGetEvent (engine/controller)

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

typedef
object

Event fired after the get() method has been run.

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

Filtering

Properties

  • args : tuple

  • name : 'get'

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