Skip to content

Max Value Argument

Identifier maxValue
Allows Multiple false

The maxValue argument lets specify a maximum value for a slider or progressBar input. The value passed to this argument must be a number.

Values

The input field argument maxValue accepts the following value configurations.

  • maxValue(value: number)
    • value is the maximally allowed value

Allowed Input Fields

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

Examples

INPUT[slider(maxValue(10)):bind_target]
INPUT[slider(minValue(-10), maxValue(10)):bind_target]