Input Widgets
Slider
Attributes
The identifier used to retrieve the widget value from the settings.
The label of the input widget.
The initial value of the input widget.
The minimum permitted slider value. Defaults to 0.
The maximum permitted slider value. Defaults to 10.
The stepping interval of the slider. Defaults to 1.
The tooltip text shown when hovering over the tooltip icon next to the label.
The text displayed underneath the input widget.
Usage
Code Example