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

Method disabled

src/material/chips/chip.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 /** Whether the chip is disabled. */
215 @Input({transform: booleanAttribute})
216 get disabled(): boolean {
217 return this._disabled || this._chipListDisabled;
218 }
219 set disabled(value: boolean) {
220 this._disabled = value;
221 }

Callers 15

ToolbarWidgetClass · 0.45
constructorMethod · 0.45
MenuTriggerClass · 0.45
ToolbarPatternClass · 0.45
onKeydownMethod · 0.45
onClickMethod · 0.45
ComboboxPatternClass · 0.45
onKeydownMethod · 0.45
onClickMethod · 0.45
onInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected