Properties of dropdown property item menu entry
export interface IDropdownPropertyItemEntry { readonly imageData?: ImageResourceData; readonly label: string; readonly value: number;} Copy
export interface IDropdownPropertyItemEntry { readonly imageData?: ImageResourceData; readonly label: string; readonly value: number;}
Optional
Readonly
Optional image of the dropdown entry.
Localized display text of the entry.
The selectable value of the entry.
Properties of dropdown property item menu entry
Source