接口 IRootPropertyPaneOptions实验性

The options to create a root pane.

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

层级 (查看完整内容)

属性

Optional action button to be displayed on the header.

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

Localized title of the property pane