the root node of the tree,can be a single node or an array of nodes
the key of find the destination node
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'
append the current key after the return result key list
Generated using TypeDoc
Find the key of all the parent nodes of the target node
Example