IDashboardStubProps
Home > @gooddata/sdk-ui-loaders > IDashboardStubProps
IDashboardStubProps interface
Signature:
export interface IDashboardStubProps extends IDashboardLoadOptions
Extends: IDashboardLoadOptions
Properties
| Property | Type | Description |
|---|---|---|
| ErrorComponent? | React.ComponentType<IErrorProps> | (Optional) Component to render if embedding fails. |
| LoadingComponent? | React.ComponentType<ILoadingProps> | (Optional) Component to render while the insight is loading. |