ChildrenChanged

data class ChildrenChanged(val node: INodeJS, val role: String?) : ChangeJS

Represents moved, added or removed children.

Constructors

Link copied to clipboard
constructor(node: INodeJS, role: String?)

Properties

Link copied to clipboard
open override val node: INodeJS

The node on which the change occurred.

Link copied to clipboard
val role: String?

Role of the changed children in node.