sp webpart base.basewebpart.onpropertypaneconfigurationstart - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

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

BaseWebPart.onPropertyPaneConfigurationStart() method

This event method is invoked when the configuration starts on the PropertyPane. virtual

Signature:

protected onPropertyPaneConfigurationStart(): void;

Returns:

void

Remarks

This event method is invoked in the following cases:

  • When the PropertyPane is opened.

  • When the user switches web parts then the new web part gets this event.

⚠️ **GitHub.com Fallback** ⚠️