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

    Interface IPaneBeta

    Pane represents a container for UI components.

    interface IPane {
        id: string;
        visible: boolean;
        hide(): void;
        show(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    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.