Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.basewebpart.getpropertypaneconfiguration

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > BaseWebPart > getPropertyPaneConfiguration

BaseWebPart.getPropertyPaneConfiguration() method

This API is used to ger the configuration to build the property pane for the web part. If the web part wants to use the PropertyPane for configuration, this API needs to be overridden and the web part needs to return the configuration for the PropertyPane.

This API is not invoked until the 'loadPropertyPaneResources' promise is resolved.

See IPropertyPane and other PropertyPane integration wiki documentation for more details. virtual

Signature:

protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration;

Returns:

IPropertyPaneConfiguration

Clone this wiki locally