Max Value
| Identifier | maxValue |
| Allows Multiple | false |
Description
Section titled “Description”The maxValue argument lets specify a maximum value for a slider or progressBar input.
The value passed to this argument must be a number.
See also the minValue argument.
Values
Section titled “Values”The input field argument maxValue accepts the following value configurations.
-
maxValue(value: number)-
valueis the maximally allowed value
-
Allowed Input Fields
Section titled “Allowed Input Fields”
The input field argument maxValue can be used on the following input fields.
Examples
Section titled “Examples”INPUT[slider(maxValue(10)):bind_target]INPUT[slider(minValue(-10), maxValue(10)):bind_target]