Typedef

ObserverMutationData (engine/view/observer)

@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver

typedefobject

A single entry in ViewDocumentMutationEventData mutations array.

Filtering

Properties

  • node : ViewNode

    The view node related to the detected mutation.

  • type : ViewDocumentChangeType

    Type of mutation detected.