OptionaldescriptionThe name of this variable.
OptionalrangeThe possible range of this variable's value. Should only be applied to numbers(literally) and maybe strings(for min and max length of the string).
Optionalmax?: numberThe maximum value for this variable.
Optionalmin?: numberThe minimum value for this variable.
Optionalstep?: numberThe step increment/decrement for this variable. (for easy increment/decrement via a spinbox)
OptionaltypeType of this variable.
The current value of this variable.
A detailed description of this variable.