IPropertyPanePage interface

PropertyPanePage interface.

Properties

displayGroupsAsAccordion

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

Property Value

header

PropertyPane page header.

header?: IPropertyPanePageHeader;

Property Value