Typedef

ChangeType (engine/view)

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

typedef
String

Enum representing type of the change.

Possible values:

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

Filtering