318 B
318 B
title |
---|
degrees |
For angles, use degrees.
Your degree option should be an object with these properties:
deg
: The default value in degreesmin
: The minimul that's allowedmax
: The maximum that's allowed
options: {
collarAngle: {
deg: 85,
min: 60
max: 130
}
}