solid-knobs / ChoiceRange
A range that represents a finite number of choices with textual labels (think enums).
• type: Choice
The type of a ChoiceRange is always RangeType.Choice.
• choices: Choice[]
A list of choices that the range contains (see Choice below).