Fetch the children of a given node.
(nodeId: string, nodeType: string)
| 179 | |
| 180 | /** Fetch the children of a given node. */ |
| 181 | fetchChildren(nodeId: string, nodeType: string): Promise<TreeNodeData[]>; |
| 182 | |
| 183 | /** |
| 184 | * Fetch the ancestor path from a node up to a root. |
no outgoing calls
no test coverage detected