sp webpart base.baseclientsidewebpart.renderedonce - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > BaseClientSideWebPart > renderedOnce
This property indicates whether the web part has been rendered once or not. After the first time rendering, the value of this property is always true until a full re-render of the web part happens.
Signature:
protected get renderedOnce(): boolean;