Typedef

DocumentListEditingCheckAttributesEvent (list/documentlist)

@ckeditor/ckeditor5-list/src/documentlist/documentlistediting

typedefobject

Event fired on changes detected on the model list element to verify if the view representation of a list element is representing those attributes.

It allows triggering a re-wrapping of a list item.

Note: For convenience this event is namespaced and could be captured as checkAttributes:list or checkAttributes:item.

Filtering

Properties

  • args : tuple

  • name : 'checkAttributes' | 'checkAttributes:list' | 'checkAttributes:item'

  • return : boolean