sp webpart base.baseclientsidewebpart._constructor_ - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > BaseClientSideWebPart > (constructor)
Constructor for the BaseClientSideWebPart class.
Signature:
constructor();It is highly recommended that the web part use the onInit() API to perform any web part specific initialization. Most of the web part features like this.context and this.properties are not available to be used before the the onInit() part of the web part loading lifecycle.