sp webpart base.iclientsidewebpartstatusrenderer.clearloadingindicator - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > IClientSideWebPartStatusRenderer > clearLoadingIndicator
Clear the loading indicator.
Signature:
clearLoadingIndicator(domElement: Element): void;| Parameter | Type | Description |
|---|---|---|
| domElement | Element | the web part container div. |
Returns:
void