Readonly
The root of the tree.
Add the node as a child of the corresponding parent node.
the node to be added
Optional
the targeted parent node
optional root at which the process begins, root node will be used per default
Add the node at the corresponding path. (paths are dot separated ids)
the path at which the node should be added
Get the node at the provided path.
Remove a node from the tree.
the node to remove
Remove a node via the path of it.
the path of the node to be removed
The root of the tree.