Skip to content

Step Size Value

Identifier stepSize
Allows Multiple false

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.

The input field argument stepSize accepts the following value configurations.

  • stepSize(value: number)
    • value is the step size for sliders

The input field argument stepSize can be used on the following input fields.

INPUT[slider(stepSize(2)):bind_target]
INPUT[slider(stepSize(0.1)):bind_target]