When true
, sets the slider to a disabled state so the user cannot interact with it.
Indicates if the user can drag the segment between thumbs to update thumb positions.
The unique ID assigned to the widget when the widget is created.
A function that provides the developer with access to the input elements when rangeLabelInputsEnabled and/or labelInputsEnabled are set to true
.
A function used to format user inputs.
Function used to parse slider inputs formatted by the inputFormatFunction.
The widget's label.
A function used to format labels.
Indicates whether to enable editing input values via keyboard input when the user clicks a label.
Indicates whether to display labels alongside slider thumbs.
Determines the layout/orientation of the Slider widget.
The maximum possible data/thumb value of the slider.
The minimum possible data/thumb value of the slider.
Defines how slider thumb values should be rounded.
Indicates if the closest thumb will snap to the clicked location on the track.
Sets steps, or intervals, on the slider that restrict user input to specific values.
When true
, all segments will sync together in updating thumb values when the user drags any segment.
Function that executes each time a thumb is created on the slider.
When false
, the user can freely move any slider thumb to any position along the track.
When set, renders ticks along the slider track.
The HTML Element node representing the slider track.
An array of numbers representing absolute thumb positions on the slider.
The view model for the Slider widget.
Indicates whether the widget is visible.
The visible elements that are displayed within the widget.
Generated using TypeDoc
The ID or node representing the DOM element containing the widget.
Read more...