sp webpart base.baseclientsidewebpart.isrenderasync - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-webpart-base > BaseClientSideWebPart > isRenderAsync

BaseClientSideWebPart.isRenderAsync property

Indicates whether the web part is rendering in Async mode.

Signature:

/** @virtual */
protected get isRenderAsync(): boolean;

Remarks

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.

⚠️ **GitHub.com Fallback** ⚠️