Get all descendants of a data node
(dataNode: T)
| 28 | |
| 29 | /** Get all descendants of a data node */ |
| 30 | getDescendants(dataNode: T): any[]; |
| 31 | |
| 32 | /** Expand or collapse data node */ |
| 33 | toggle(dataNode: T): void; |
no outgoing calls
no test coverage detected