Min Value
Identifier | minValue |
Allows Multiple | false |
Description
The minValue
argument lets specify a minimum value for a slider
or progressBar
input.
The value passed to this argument must be a number.
Values
The input field argument minValue
accepts the following value configurations.
-
minValue(value: number)
-
value
is the minimally allowed value
-
Allowed Input Fields
The input field argument minValue
can be used on the following input fields.
Examples
INPUT[slider(minValue(-10)):bind_target]
INPUT[slider(minValue(-10), maxValue(10)):bind_target]