@minecraft
    正在准备搜索索引...

    接口 IPaneManager

    Manager for creating and controlling property panes.

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

    方法