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

    接口 IComboBoxPropertyItemEntry

    Properties of toggle group property item list entry

    interface IComboBoxPropertyItemEntry {
        label?: LocalizedString;
        value: string;
    }
    索引

    属性

    属性

    Localized display text of the entry.

    value: string

    The selectable value of the entry.