Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.baseclientsidewebpart.isrenderasync

John Nguyen edited this page Apr 22, 2021 · 2 revisions

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.

Clone this wiki locally