Properties of dropdown property item menu entry

interface IDropdownPropertyItemEntry {
    imageData?: ImageResourceData;
    label: string;
    value: number;
}

Properties

imageData?: ImageResourceData

Optional image of the dropdown entry.

label: string

Localized display text of the entry.

value: number

The selectable value of the entry.