IErrorProps
Home > @gooddata/sdk-ui > IErrorProps
IErrorProps interface
Props of the ErrorComponent.
Signature:
export interface IErrorProps
Properties
| Property | Type | Description |
|---|---|---|
| className? | string | (Optional) |
| clientHeight? | any | (Optional) Size of the visualisation content when custom size layouting is enabled. |
| code? | string | (Optional) |
| description? | string | (Optional) |
| height? | any | (Optional) Size of the error component. |
| icon? | string | (Optional) |
| message | string | |
| style? | object | (Optional) |
| width? | any | (Optional) |