Internal Use Only
Flags : Cached (Note this is uncached)
Expression : "Slider"
If true, the bindTarget rule must be an array of two numbers.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
The maximum settable value.
Flags : Cached, Required, Parameter, Spec (Note this is uncached)
Expression : ``
The minimum settable value.
Flags : Cached, Required, Parameter, Spec (Note this is uncached)
Expression : ``
One of "horizontal"
or "vertical"
. The orientation of the slider.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "horizontal"
The minimum increment between items in the range.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 1
UISlider (d.1.0)
Mixins: UITitleMixin, UIInputMixin, UIControlMixin
This can define a single value in a range, or a pair of values defining a range. If isRange is set to
false
, the bindTarget rule must be of typenumber
. If isRange istrue
, the bindTarget rule should be an array with two elements:[start, end]
wherestart
is the start of the selected range, andend
is the end of the range. In this case, 'min' and 'max' are mandatory