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

Method selectable

src/material/chips/chip-option.ts:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 */
101 @Input({transform: booleanAttribute})
102 get selectable(): boolean {
103 return this._selectable && this.chipListSelectable;
104 }
105 set selectable(value: boolean) {
106 this._selectable = value;
107 this._changeDetectorRef.markForCheck();

Callers 10

onCommitMethod · 0.45
onCommitMethod · 0.45
isSelectableMethod · 0.45
selectMethod · 0.45
deselectMethod · 0.45
toggleAllMethod · 0.45
selectOneMethod · 0.45
grid.spec.tsFile · 0.45
GridCellPatternClass · 0.45
TreeItemPatternClass · 0.45

Calls 1

markForCheckMethod · 0.80

Tested by

no test coverage detected