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

Method isExpanded

src/cdk/tree/tree.ts:1244–1246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1242
1243 @Input()
1244 get isExpanded(): boolean {
1245 return this._tree.isExpanded(this._data);
1246 }
1247 set isExpanded(isExpanded: boolean) {
1248 this._inputIsExpanded = isExpanded;
1249 if (isExpanded) {

Callers

nothing calls this directly

Calls 3

expandMethod · 0.95
collapseMethod · 0.95
isExpandedMethod · 0.65

Tested by

no test coverage detected