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. |
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)[];