A function used to format user inputs.
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.
When true
, the slider will render a third handle between the two handles already provided by default.
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.
Zooms the slider track to the bounds provided in this property.
Enables zooming 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.
Gets the max value of the slider.
Gets the min value of the slider.
Indicates whether there is an event listener on the instance that matches the provided event name.
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
Only applicable when three thumbs (i.e.
Read more...