sp webpart base.iclientsidewebpartstatusrenderer.rendererror - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > IClientSideWebPartStatusRenderer > renderError
Render the provided error message in the webpart container div.
Signature:
renderError(domElement: HTMLElement, error: Error | string): void;| Parameter | Type | Description |
|---|---|---|
| domElement | HTMLElement | the web part container div. |
| error | Error | string | the error message. |
Returns:
void