Skip to content

Step Size Value

Identifier stepSize
Allows Multiple false

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

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 can be used on the following input fields.

Examples

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