Add Labels
Identifier | addLabels |
Allows Multiple | false |
Description
Section titled “Description”The addLabels
argument lets you add a labels to a slider
or progressBar
.
The value passed to this argument must either be true
or false
. If no value is provided, true
will be used for the value.
Values
Section titled “Values”The input field argument addLabels
accepts the following value configurations.
-
addLabels
-
addLabels(value: true | false)
Allowed Input Fields
Section titled “Allowed Input Fields”
The input field argument addLabels
can be used on the following input fields.
Examples
Section titled “Examples”INPUT[slider(addLabels):bind_target]
INPUT[slider(addLabels(true)):bind_target]