@minecraft
    正在准备搜索索引...

    接口 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.