IPropertyPanePage interface
PropertyPanePage interface.
Properties
display |
Indicates whether the groups on the PropertyPanePage are displayed as accordion or not. |
groups | List of groups to be displayed on the PropertyPane page. |
header | PropertyPane page header. |
title | PropertyPane page title. |
Property Details
displayGroupsAsAccordion
Indicates whether the groups on the PropertyPanePage are displayed as accordion or not.
displayGroupsAsAccordion?: boolean;
Property Value
boolean
groups
List of groups to be displayed on the PropertyPane page.
groups: (IPropertyPaneGroup | IPropertyPaneConditionalGroup)[];
Property Value
header
title
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
PropertyPane page title.
title?: string;
Property Value
string