Skip to content

Add Labels

Identifier addLabels
Allows Multiple false

Description

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

Examples

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