the root node of the tree,can be a single node or an array of nodes
the obj which can merged into the destination node
the key list of update node, if null, it will update All nodes
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
Update the nodes by keys and update function
Example