Call us at 1-800-661-8190 or send an email at info@aurigma.com
A structure defining a range of values.
configuration = { widgets: { common: { fontSize: { max: 50, min: 5, step: 5 }, tracking: { max: 100, min: -50, step: 25 }, leading: { max: 50, min: 5, step: 5 } } } };
Sets a min value of a range.
Sets a max value of a range.
The parameter changes by this step value.