Slider Element
The slider element adds an interactive slider component to a project’s interface.
The slider element is located in the Element Toolbox within Studio’s Application tab.
Properties
The following properties can be changed for the slider element:
Name
The name of the element.
Visible
The state of the slider on the interface: visible or hidden.
Value
The current value the slider is set to.
Stepping
The incremental scale of the slider.
Min Value
The minimum value of the slider.
Max Value
The maximum value of the slider.
Triggers
The following triggers are available to execute events from within the slider element:
Triggered
Execute an event when the source element connected to the slider triggers.
Abilities
The following abilities are available for the slider element when its source element triggers:
Trigger
Trigger the element(s) that follow the slider element.
Hide
Hide the slider.
Show
Display the slider.
Set Visible
Set the slider’s visibility: visible or hidden.
Set Visible Arguments | ||
---|---|---|
Name | Type | Description |
Visible | Boolean | The argument will be true or false. |
Set Value
Set the slider’s increment to the value provided.
Set Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Value of the slider. If the value is outside the slider range this argument will do nothing. |
Set Min Value
Set the minimum value of the slider.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Minimum value of the slider. |
Set Max Value
Set the maximum value of the slider.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Maximum value of the slider. |
Set Stepping
Set the incremental scale of the slider.
Set Stepping Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Incremental scale of the slider. If the value is outside the slider range this argument will do nothing. |