Function used to parse slider inputs formatted by the inputFormatFunction.
A function used to format labels.
An array of strings associated with values generated using an internal label formatter or the values returned from labelFormatFunction.
The maximum possible data/thumb value of the slider.
The minimum possible data/thumb value of the slider.
Defines how slider values should be rounded.
The state of the view model.
When false
, the user can freely move any slider thumb to any position along the track.
An array of numbers representing absolute thumb positions on the slider.
The default input format function available for use as a fallback in custom formatting implementations.
The default input parsing function available for use as a fallback in custom parsing implementations.
The default label format function, available for use as a fallback in custom formatting implementations.
Emits an event on the instance.
Returns the min and max bounds for a 'value' at the provided index.
Returns the formatted label for a provided value.
Indicates whether there is an event listener on the instance that matches the provided event name.
Registers an event handler on the instance.
Updates a thumb value based on the provided index.
Rounds the given value to the number of decimal places specified in the precision property set on the view model.
Generated using TypeDoc
A function used to format user inputs.
Read more...