tooltipObject
Configuration of the RangeSlider tooltip.
tooltip.enabledBoolean
(default: true)
Disables (false) or enables (true) the tooltip of the RangeSlider.
tooltip.formatString
(default: "{0}")
Format string for the text of the tooltip. Note: The applied format will also influence the appearance of the RangeSlider tick labels.
tooltip.templateString
Template of the tooltip.
- selectionStart - the current selectionStart.
- selectionEnd - the current selectionEnd.
In this article