Step Size Value
Identifier | stepSize |
Allows Multiple | false |
Description
Section titled “Description”The stepSize
argument lets specify a step size value for a slider
or progressBar
input.
The value passed to this argument must be a number.
Values
Section titled “Values”The input field argument stepSize
accepts the following value configurations.
-
stepSize(value: number)
-
value
is the step size for sliders
-
Allowed Input Fields
Section titled “Allowed Input Fields”
The input field argument stepSize
can be used on the following input fields.
Examples
Section titled “Examples”INPUT[slider(stepSize(2)):bind_target]
INPUT[slider(stepSize(0.1)):bind_target]