MutatedChildren (engine/view/observer)
@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver
typedef
Object
Mutation item for child nodes.
Filtering
Properties
-
newChildren : Array.<Node>
New child nodes.
-
Parent of the mutated children.
-
oldChildren : Array.<Node>
Old child nodes.
-
type : String
For child nodes mutations it is always 'children'.