IDashboardInsightProps
Home > @gooddata/sdk-ui-dashboard > IDashboardInsightProps
IDashboardInsightProps interface
Insight widget props.
Signature:
export interface IDashboardInsightProps
Remarks
IMPORTANT: this interface is marked as public but not all properties in it are suitable for public consumption yet. Please heed the per-property API maturity annotations; the alpha level APIs may change in a breaking way in the next release.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(ALPHA) (Optional) Backend to work with. | |||
number |
(ALPHA) (Optional) | ||
number |
(ALPHA) (Optional) | ||
(Optional) This property contains current drill step context. It is undefined if rendered insight is placed directly in the dashboard. It is defined when the insight is rendered in a drill dialog. | |||
ComponentType<IErrorProps> |
(ALPHA) Error component to use when insight rendering fails for any reason. | ||
(ALPHA) (Optional) | |||
An insight to render. | |||
ComponentType<ILoadingProps> |
(ALPHA) Loading component to use while loading and preparing data to render. | ||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
(ALPHA) (Optional) | |||
Definition of insight widget to render. | |||
string |
(ALPHA) (Optional) Workspace where the Insight widget exists. |