Skip to main content

Range

The slider component allows you to get a range of numbers from the user.

Range API

The following section details Range component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Range configuration

NameTypeConnectableTemplatableDefaultDescription
minnumberfalsefalse0The minimum value of the range.
maxnumberfalsefalse42The maximum value of the range.

Outputs

NameTypeDescription
result 0numberThe range bottom value.
result 1numberThe range top value.