-
Notifications
You must be signed in to change notification settings - Fork 0
Slider
Travis Gibson edited this page Sep 19, 2018
·
3 revisions
A slider to select a number inside a given range.
new(Int $min, Int $max)
Create a new Slider.
value() returns Int
Returns the value of the Slider.
set-value(Int $value)
or value(Int $value)
Sets the value of the Slider.
changed() returns Supply
Returns a Supply. An event is emitted whenever the value is changed.