TooltipProps
tooltip-enabled Boolean
- If
tooltip-enabled
is set totrue
, the tooltip of the Slider is enabled. - If
tooltip-enabled
is set tofalse
, the tooltip of the Slider is disabled.
tooltip-format String
The format
string for the text of the tooltip. The Slider supports the precision of up to ten digits after the decimals point.
The applied format will also influence the appearance of the tick labels of the Slider.
tooltip-template String | Function
The template of the tooltip.
The template supports the following variables:
value
—The current value in a regular Sider.selectionStart
andselectionEnd
—The current values in a RangeSlider.