sp webpart base.baseclientsidewebpart.isrenderasync - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > BaseClientSideWebPart > isRenderAsync
Indicates whether the web part is rendering in Async mode.
Signature:
/** @virtual */
protected get isRenderAsync(): boolean;If the web part overrides this field to return true, then it needs to call renderCompleted API after the web part rendering is complete.
The default value is false.