Optional value: ValuePrivate _idPrivate Optional _layoutPrivate _neighborsPrivate _nodePrivate _paintPrivate _rightPrivate _scalePrivate _siblingsPrivate Optional _valuethe direction to attach the given node
the node to attach
Removes the child in the specified direction.
the disconnected node, or undefined if no node was disconnected. If this node was to be removed and this node is a root node, this node is returned.
Optional inDirection: Directionthe direction of the child. If undefined, the node to remove is this node from its parent.
this node's current paint group.
Generated using TypeDoc
Connects the given node to this node in the specified direction.
If the node already has a parent, it will be disconnected. If this node already has a child in the specified direction, that child will be disconected.
This will invalidate the layout of this node.
Returns
the given node