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

sp webpart base.basewebpart.onpropertypaneconfigurationstart

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

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.

Clone this wiki locally