Typedef

MutatedText (engine/view/observer)

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

typedef
Object

Mutation item for text.

Filtering

Properties

  • newText : String

    New text.

  • node : Text

    Mutated text node.

  • oldText : String

    Old text.

  • type : String

    For text mutations it is always 'text'.