ExtensionCardFieldOption

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;

value

value: SerializedFieldType;