Whether the data node is expanded or collapsed. Return true if it's expanded.
(dataNode: T)
| 25 | |
| 26 | /** Whether the data node is expanded or collapsed. Return true if it's expanded. */ |
| 27 | isExpanded(dataNode: T): boolean; |
| 28 | |
| 29 | /** Get all descendants of a data node */ |
| 30 | getDescendants(dataNode: T): any[]; |
no outgoing calls