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

    Interface IPaneManagerBeta

    Manager for creating and controlling property panes.

    interface IPaneManager {
        createIntroductionPane(
            options: IIntroductionPaneOptions,
        ): IIntroductionPane;
        createRootPane(options: IRootPropertyPaneOptions): IRootPropertyPane;
    }
    Index

    Methods