Range

Range

Create a range control

Constructor

new Range(variaboard, config)

Source:
Parameters:
Name Type Description
variaboard object

Reference to parent VariaBoard instance

config object

Configuration object

Name Type Description
id string

Unique id/slug

title string

UI display title

min number

Minimum value

max number

Maximum value

step number

Step size

default number

Starting value

randomizable boolean

Can be randomized individually and by randomizing all

mutable boolean

Can be mutated individually and by mutating all

locked boolean

Temporarily toggle whether the control is affected by randomization and mutation

Requires:

Extends