MCPcopy Create free account
hub / github.com/angular/components / _setIsFocused

Method _setIsFocused

src/material/slider/slider-input.ts:239–241  ·  view source on GitHub ↗

Used to relay updates to _isFocused to the slider visual thumbs.

(v: boolean)

Source from the content-addressed store, hash-verified

237
238 /** Used to relay updates to _isFocused to the slider visual thumbs. */
239 private _setIsFocused(v: boolean): void {
240 this._isFocused = v;
241 }
242
243 /**
244 * Whether the initial value has been set.

Callers 4

_onBlurMethod · 0.95
_onFocusMethod · 0.95
_onPointerDownMethod · 0.95
_onPointerUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected