Skip to content

Step Size Value Argument

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.

Values

The input field argument stepSize accepts the following value configurations.

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

Allowed Input Fields

The input field argument stepSize is allowed in the following input fields.

Examples

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