Typedef

ModelInsertObjectEvent (engine/model)

@ckeditor/ckeditor5-engine/src/model/model

typedefobject

Event fired when the insertObject method is called.

The default action of that method is implemented as a listener to this event so it can be fully customized by the features.

Note The selectable parameter for the insertObject is optional. When undefined value is passed the method uses document selection.

Filtering

Properties

  • args : tuple

  • name : 'insertObject'

  • return : Range

Fired by