Copyright © 2021 by K4.org
  (v.0.48.124)

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 type number. If isRange is true, the bindTarget rule should be an array with two elements: [start, end] where start is the start of the selected range, and end is the end of the range. In this case, 'min' and 'max' are mandatory

Index

Rules

controlType

controlType: String

Internal Use Only

Flags : Cached (Note this is uncached)

Expression : "Slider"

isRange

isRange: Boolean

If true, the bindTarget rule must be an array of two numbers.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

max

max: Number

The maximum settable value.

Flags : Cached, Required, Parameter, Spec (Note this is uncached)

Expression : ``

min

min: Number

The minimum settable value.

Flags : Cached, Required, Parameter, Spec (Note this is uncached)

Expression : ``

sliderOrientation

sliderOrientation: String

One of "horizontal" or "vertical". The orientation of the slider.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "horizontal"

step

step: Number

The minimum increment between items in the range.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : 1