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

Method isExpandable

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

Source from the content-addressed store, hash-verified

1224 */
1225 @Input({transform: booleanAttribute})
1226 get isExpandable() {
1227 return this._isExpandable();
1228 }
1229 set isExpandable(isExpandable: boolean) {
1230 this._inputIsExpandable = isExpandable;
1231 if ((this.data && !this._isExpandable) || !this._inputIsExpandable) {

Callers 2

isLeafNodeMethod · 0.45

Calls 3

_isExpandableMethod · 0.95
expandMethod · 0.95
collapseMethod · 0.95

Tested by

no test coverage detected