接口 IDropdownPropertyItemEntry实验性

Properties of dropdown property item menu entry

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

属性

imageData?: ImageResourceData

Optional image of the dropdown entry.

label: string

Localized display text of the entry.

value: number

The selectable value of the entry.