Collapse all the dataNodes in the tree
()
| 43 | |
| 44 | /** Collapse all the dataNodes in the tree */ |
| 45 | collapseAll(): void; |
| 46 | |
| 47 | /** Toggle a data node by expand/collapse it and all its descendants */ |
| 48 | toggleDescendants(dataNode: T): void; |
no outgoing calls
no test coverage detected