Typedef

ViewNodeChangeEvent (engine/view)

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

typedefobject

Fired when list of elements children, attributes or text changes.

Change event is bubbled – it is fired on all ancestors.

All change events as the first parameter receive the node that has changed (the node for which children, attributes or text changed).

If change:children event is fired, there is an additional second parameter, which is an object with additional data related to change.

Filtering

Properties

  • args : tuple

  • name : 'change' | ChangeType#

Fired by