Skip to main content

Slider

Overview

A visible component of a control consisting of a track and a knob.

Component Properties

PropertyDescription
ValueIt sets the initial position of the slider thumb, representing the default value. In this case, the default value is set to 50, meaning the slider thumb starts in the middle of the range.
min valueIt sets the minimum value that the slider can have. The default minimum value is set to 0.
max valueIt sets the maximum value that the slider can have. The default maximum value is set to 100.

Blocks

Events

On Range Changed

fires everytime when the range changed

loading block...

variabletypedescription
valueStringThe current range

Properties

value

Accepts: Number

sets the slider current value

loading block...

value

Returns: Number

gets the slider value

loading block...

min value

Accepts: Number

sets the slider minimum value

loading block...

min value

Returns: Number

gets the slider minimum value

loading block...

max value

Accepts: Number

sets the slider maximum value

loading block...

max value

Returns: Number

gets the slider maximum value

loading block...

hide

Accepts: Boolean

Hides the component if the input is true and shows it if the input is false

loading block...

hidden

Returns: Boolean

Returns true if the component is hidden and false if it is not

loading block...