ContainmentChanged

data class ContainmentChanged(val node: INodeJS) : ChangeJS

Represents the change of the parent of node changed.

Constructors

Link copied to clipboard
constructor(node: INodeJS)

Properties

Link copied to clipboard
open override val node: INodeJS

The node on which the change occurred.