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

    Interface IModalOverlayPaneBeta

    A modal overlay pane is displayed over a root pane.

    interface IModalOverlayPane {
        contentPane: ISubPanePropertyItem;
        controlPane: IModalControlPane;
        id: string;
        visible: boolean;
        hide(): void;
        show(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    A sub pane that represents content of the modal overlay.

    controlPane: IModalControlPane

    A pane that represent modal control elements.

    id: string

    Unique identifier for the pane.

    visible: boolean

    Check visibility of the pane

    Methods

    • Beta

      Returns void

      Hide the pane.

    • Beta

      Returns void

      Show the pane and all of its items.