Typedef

ChangeType (engine/view)

@ckeditor/ckeditor5-engine/src/view/document

typedef'children' | 'attributes' | 'text'

Enum representing type of the change.

Possible values:

  • children - for child list changes,
  • attributes - for element attributes changes,
  • text - for text nodes changes.

Filtering