ErrorDisplay
Interfaces
ErrorDisplayProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
error | string | The full error message. | canvas/components/ErrorDisplay.tsx:7 |
title | string | Title of the error display. | canvas/components/ErrorDisplay.tsx:5 |
Functions
default()
default(
__namedParameters
):Element
The error display component for user widget errors.
It will display an error badge and the error title as a heading, followed by the full error message displayed as pre-wrap monospace text. The component is wrapped in a scroll area is scrollable in both directions.
Parameters
Parameter | Type |
---|---|
__namedParameters | ErrorDisplayProps |
Returns
Element