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

    Interface IRootPropertyPaneHeaderAction

    Represents the data to display an action button on a root property pane header.

    export interface IRootPropertyPaneHeaderAction {
    action?: () => void;
    icon: string;
    tooltip?: LocalizedString;
    }
    interface IRootPropertyPaneHeaderAction {
        action?: () => void;
        icon: string;
        tooltip?: LocalizedString;
    }
    Index

    Properties

    Properties

    action?: () => void
    icon: string
    tooltip?: LocalizedString