the root node of the tree, can be a single node or an array of nodes
the key name of the node in the tree structure,default value is KEY_NAME='key'
the child key name of the child node in the tree structure,default value is CHILDREN_NAME='children'
the parent key name of the node in the tree structure,default value is PARENT_KEY_NAME='parentKey'
Generated using TypeDoc
converts a nested tree structure into a flat list structure
Example