The delta with which the value will change when the user presses the Page Up or Page Down key (the drag
handle must be focused). Note: The allied largeStep will also set large tick for every large step.
The maximum value of the RangeSlider.
The minimum value of the RangeSlider.
The orientation of a RangeSlider; "horizontal" or
"vertical".
The selection end value of the RangeSlider.
The selection start value of the RangeSlider.
The small step value of the RangeSlider. The underlying value will be changed when the end
user (1) clicks on the increase or decrease buttons of the RangeSlider, (2) presses the
arrow keys (the drag handle must be focused), or (3) drags the drag handle.
Denotes the location of the tick marks in the
RangeSlider. The available options are:
-
"topLeft"
-
Tick marks are located on the top of the horizontal widget or on the left of
the vertical widget.
-
"bottomRight"
-
Tick marks are located on the bottom of the horizontal widget or on the
right side of the vertical widget.
-
"both"
-
Tick marks are located on both sides of the widget.
-
"none"
-
Tick marks are not visible.
Configuration of the RangeSlider tooltip.
Disables (false) or enables (true) the tooltip of the RangeSlider.
format
:
String(default: "{0}")
Format string for the text of the tooltip. Note: The applied format will also influence the appearance of
the RangeSlider tick labels.