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

Method disabled

src/material/tooltip/tooltip.ts:264–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 /** Disables the display of the tooltip. */
263 @Input('matTooltipDisabled')
264 get disabled(): boolean {
265 return this._disabled;
266 }
267
268 set disabled(value: BooleanInput) {
269 const isDisabled = coerceBooleanProperty(value);

Callers

nothing calls this directly

Calls 4

hideMethod · 0.95
_syncAriaDescriptionMethod · 0.95
coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected