MCPcopy Index your code
hub / github.com/angular/components / expandAll

Method expandAll

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

Expand all the dataNodes in the tree

()

Source from the content-addressed store, hash-verified

40
41 /** Expand all the dataNodes in the tree */
42 expandAll(): void;
43
44 /** Collapse all the dataNodes in the tree */
45 collapseAll(): void;

Callers 9

expandAllMethod · 0.65
tree.spec.tsFile · 0.65
tree.spec.tsFile · 0.65
expandAllMethod · 0.65
constructorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected