Insert a childless node into a given parent.
The parent must be different from the node's current parent.
The node to insert
The index to insert the node into
The inserted node
Unmount a node from it's parent.
The node to remove from the tree
The removed node, with it's parent corrected.
Generated using TypeDoc
Insert a childless node into a given parent.
The parent must be different from the node's current parent.