Gets the slider thumb HTML input element of the given thumb position.
(thumbPosition: _MatThumb)
| 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; |
no outgoing calls
no test coverage detected