@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver
Mutation item for text.
newText : String
New text.
node : Text
Mutated text node.
oldText : String
Old text.
type : String
For text mutations it is always 'text'.
Show private items