MCPcopy
hub / github.com/angular/components / collapseAll

Method collapseAll

src/cdk/tree/control/tree-control.ts:45–45  ·  view source on GitHub ↗

Collapse all the dataNodes in the tree

()

Source from the content-addressed store, hash-verified

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;

Callers 5

collapseAllMethod · 0.65
tree.spec.tsFile · 0.65
collapseAllMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected