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

    Interface IPropertyItemOptionsSubPaneBeta

    interface IPropertyItemOptionsSubPane {
        enable?: boolean;
        onChange?: OnChangeCallback<PropertyBag, string>;
        pane: IPropertyPane;
        title?: string;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable?: boolean

    If the item is enabled in the UI.

    onChange?: OnChangeCallback<PropertyBag, string>

    Callback to execute when the value is updated.

    The sub pane to render in UI.

    title?: string

    Localized title of the property item

    visible?: boolean

    If the item should be visible in the UI.