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