sp webpart base.basewebpart.onpropertypaneconfigurationcomplete - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > BaseWebPart > onPropertyPaneConfigurationComplete
This API is invoked when the configuration is completed on the PropertyPane. virtual
Signature:
protected onPropertyPaneConfigurationComplete(): void;Returns:
void
This event method is invoked in the following cases:
-
When the CONFIGURATION_COMPLETE_TIMEOUT((currently the value is 5 secs) elapses after the last change.
-
When user clicks the "X" (close) button before the CONFIGURATION_COMPLETE_TIMEOUT elapses.
-
When user clicks the 'Apply' button before the CONFIGURATION_COMPLETE_TIMEOUT elapses.
-
When the user switches web parts then the current web part gets this event.