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

    Interface IDropdownPropertyItemEntryBeta

    Properties of dropdown property item menu entry

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

    Properties

    imageData?: ImageResourceData

    Optional image of the dropdown entry.

    label: string

    Localized display text of the entry.

    value: number

    The selectable value of the entry.