546 B
546 B
title |
---|
degrees |
For angles, use a degree option.
Structure
Your degree option should be a plain object with these properties:
deg
: The default value in degreesmin
: The minimul that's allowedmax
: The maximum that's allowedhide
(optional) : A method to control the optional display of the option
Example
options: {
collarAngle: {
deg: 85,
min: 60
max: 130
}
}