Toggle a data node by expand/collapse it and all its descendants
(dataNode: T)
| 46 | |
| 47 | /** Toggle a data node by expand/collapse it and all its descendants */ |
| 48 | toggleDescendants(dataNode: T): void; |
| 49 | |
| 50 | /** Expand a data node and all its descendants */ |
| 51 | expandDescendants(dataNode: T): void; |
no outgoing calls
no test coverage detected