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

    Interface IRootPropertyPaneOptions

    The options to create a root pane.

    interface IRootPropertyPaneOptions {
        headerAction?: IRootPropertyPaneHeaderAction;
        icon?: string;
        infoTooltip?: TooltipInteractiveContent;
        title?: LocalizedString;
        uniqueId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Optional action button to be displayed on the header.

    icon?: string

    Pane icon shown in front of the pane header

    Optional information tooltip for the pane to be displayed on the header.

    Localized title of the property pane

    uniqueId?: string

    Unique identifier for the pane