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

    A root pane that can store property items.

    interface IIntroductionPane {
        id: string;
        visible: boolean;
        addTab(props: IntroductionPaneTabProps): IPropertyPane;
        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

    • Returns void

      Hide the pane.

    • Returns void

      Show the pane and all of its items.