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

Method _getInput

src/material/slider/slider-interface.ts:89–89  ·  view source on GitHub ↗

Gets the slider thumb input of the given thumb position.

(thumbPosition: _MatThumb)

Source from the content-addressed store, hash-verified

87
88 /** Gets the slider thumb input of the given thumb position. */
89 _getInput(thumbPosition: _MatThumb): _MatSliderThumb | _MatSliderRangeThumb | undefined;
90
91 /** Gets the slider thumb HTML input element of the given thumb position. */
92 _getThumb(thumbPosition: _MatThumb): _MatSliderVisualThumb;

Callers 3

ngAfterViewInitMethod · 0.65
getSiblingMethod · 0.65
slider.spec.tsFile · 0.65

Implementers 1

MatSlidersrc/material/slider/slider.ts

Calls

no outgoing calls

Tested by

no test coverage detected