the root node of the treeļ¼can be a single node or an array of nodes
the child key name of the child node in the tree structure,default value is CHILDREN_NAME='children'
the level name of node in the tree structure,default value is LEVEL_NAME='level'
Generated using TypeDoc
Update the nodes by keys and update function
Example