the root node of the tree,can be a single node or an array of nodes
the key of the parent node to be inserted at
the nodes to insert into the tree
the child key name of the child node in the tree structure,default value is CHILDREN_NAME='children'
the key name of the node in the tree structure,default value is KEY_NAME='key'
Generated using TypeDoc
Insert child node in destination node by parentKey
Example