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

    Interface IDropdownItemBeta

    Properties of dropdown property item children

    interface IDropdownItem {
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    label: string

    Localized display text of the dropdown item.

    value: number

    The selectable value of the dropdown item.