Skip to main content

ErrorDisplay

Interfaces

ErrorDisplayProps

Properties

PropertyTypeDescriptionDefined in
errorstringThe full error message.canvas/components/ErrorDisplay.tsx:7
titlestringTitle 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

ParameterType
__namedParametersErrorDisplayProps

Returns

Element

Defined in

canvas/components/ErrorDisplay.tsx:17