Typedef

ModelCanEditAtEvent (engine/model)

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

typedefobject

Event fired when canEditAt 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.

Although the original method accepts any parameter of Selectable type, this event is fired with selectable normalized to an instance of Selection or DocumentSelection.

Filtering

Properties

  • args : tuple

  • name : 'canEditAt'

  • return : boolean

Fired by