For fields with Option or ApiOption type, the label and value for each available option
Properties
iconUrl?
optional iconUrl: string;URL used for displaying the icon in dropdowns and on the card.
iconUrlForCollection?
optional iconUrlForCollection: string;Optional override for iconUrl used when saving an icon's URL to a collection. Use when the URL to save differs
from the URL to display (e.g., when using an image proxy), or to avoid processing the URL (e.g., to skip URL
decoding).
label
label: string;type?
optional type: FieldOptionType;The type of this option. If not specified, the option is a normal selectable item.
Use FieldOptionType.SectionHeader to create a non-selectable section header.
Use FieldOptionType.HorizontalRule to create a divider between sections.
value
value: SerializedFieldType;