Skip to content

Add Labels Argument

Identifier addLabels
Allows Multiple false

The addLabels argument lets you add a labels to a slider or progressBar. The value passed to this argument must either be true or false. If no value is provided, true will be used for the value.

Values

The input field argument addLabels accepts the following value configurations.

  • addLabels
  • addLabels(value: true | false)

Allowed Input Fields

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

Examples

INPUT[slider(addLabels):bind_target]
INPUT[slider(addLabels(true)):bind_target]