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

Method _getThumb

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

Gets the slider thumb HTML input element of the given thumb position.

(thumbPosition: _MatThumb)

Source from the content-addressed store, hash-verified

90
91 /** Gets the slider thumb HTML input element of the given thumb position. */
92 _getThumb(thumbPosition: _MatThumb): _MatSliderVisualThumb;
93
94 /** The minimum value that the slider can have. */
95 min: number;

Callers 4

_showRippleMethod · 0.65
_getSiblingMethod · 0.65
_onPointerDownMethod · 0.65
slider.spec.tsFile · 0.65

Implementers 1

MatSlidersrc/material/slider/slider.ts

Calls

no outgoing calls

Tested by

no test coverage detected