@minecraft/server-editor
    Preparing search index...

    Interface IToggleGroupPropertyItemEntryBeta

    Properties of toggle group property item list entry

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

    Properties

    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.