Common optional properties used for constructing a property pane.
export interface IPropertyPaneOptions { infoTooltip?: TooltipInteractiveContent; title?: LocalizedString; uniqueId?: string;} Copy
export interface IPropertyPaneOptions { infoTooltip?: TooltipInteractiveContent; title?: LocalizedString; uniqueId?: string;}
Optional
Optional information tooltip for the pane to be displayed on the header.
Localized title of the property pane
Unique identifier for the pane
Common optional properties used for constructing a property pane.
Source