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

    Interface IBlockListPropertyItemBeta

    A property item which supports block list properties

    interface IBlockListPropertyItem {
        enable: boolean;
        id: string;
        paneId: string;
        typeName: PropertyItemType;
        value: readonly string[];
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable: boolean

    If the item is enabled in the UI.

    id: string

    Unique ID for the property item.

    paneId: string

    The parent pane id.

    The type name of the target property.

    value: readonly string[]

    Current value of the property item.

    visible: boolean

    If the item should be visible in the UI.