IPropertyPaneGroup interface
PropertyPane group. Group is part of the PropertyPanePage.
Properties
group |
List of PropertyPane fields. |
group |
Display name for the group. |
is |
Indicates whether the PropertyPane group is collapsed or not. |
is |
Indicates whether group name should be hidden. |
Property Details
groupFields
List of PropertyPane fields.
groupFields: IPropertyPaneField<any>[];
Property Value
IPropertyPaneField<any>[]
groupName
Display name for the group.
groupName?: string;
Property Value
string
Remarks
For performance reasons, it's highly recommended to keep this name unique within the property pane page. If left empty, the group header will not render (not recommended for accordions).
isCollapsed
Indicates whether the PropertyPane group is collapsed or not.
isCollapsed?: boolean;
Property Value
boolean
Remarks
The default value is false.
isGroupNameHidden
Indicates whether group name should be hidden.
isGroupNameHidden?: boolean;
Property Value
boolean
Remarks
The default value is false. Use this option to skip the rendering of group name to avoid empty group header being displayed.