Script API - v1.26.30.32
    Preparing search index...

    Manager for creating and controlling property panes.

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

    Methods