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

Method collapse

src/cdk/tree/tree.ts:1453–1457  ·  view source on GitHub ↗

Collapses this data node. Implemented for TreeKeyManagerItem.

()

Source from the content-addressed store, hash-verified

1451
1452 /** Collapses this data node. Implemented for TreeKeyManagerItem. */
1453 collapse(): void {
1454 if (this.isExpandable) {
1455 this._tree.collapse(this._data);
1456 }
1457 }
1458
1459 /** Expands this data node. Implemented for TreeKeyManagerItem. */
1460 expand(): void {

Callers 2

isExpandableMethod · 0.95
isExpandedMethod · 0.95

Calls 1

collapseMethod · 0.65

Tested by

no test coverage detected