Slider.Label
Description
The Slider.Label
type defines a dynamic presentational component intended to
display the computed current value of a Slider
control. This type only appears as part of a
Slider.RangedLabels
component.
Properties
text
(string
, required) - The display text of the label.expression
(Expression
) - An expression to evaluate when computing the text to display.
Example
{
"text" : "%0.0f days",
"expression" : "floor($0)"
}