OptionalidInternal database ID of this option. Usually not needed in application code.
Whether this option is inactive/disabled. Inactive options should not be shown in dropdowns for new selections, but may still appear when displaying existing data.
The value that gets stored in the database. This is the identifier used in code and API calls.
OptionalorderDisplay order of this option in lists. Lower numbers appear first.
The user-facing text displayed for this option. This is localized based on the current user's language.
Represents a selectable option in an 'option' or 'set' type property.
Options are used for dropdown lists, radio buttons, and multi-select fields. Each option has a key (the stored value), text (the displayed text), and an active/inactive state.
Example: Listing the options a user can still pick