接口 IToggleGroupPropertyItemEntry实验性

Properties of toggle group property item list entry

interface IToggleGroupPropertyItemEntry {
    icon?: string;
    label?: LocalizedString;
    tooltip?: LocalizedString;
    value: number;
}

属性

icon?: string

Optional icon of the dropdown entry.

Localized display text of the entry.

tooltip?: LocalizedString

Optional tooltip description text of the entry.

value: number

The selectable value of the entry.