We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
Home