Sign up (with export icon)

ViewNodeChangeEvent

Api-typedef icon typedef

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.

Properties

  • args : tuple

  • name : 'change' | ViewDocumentChangeType#

Fired by