IDashboardWidgetProps
Home > @gooddata/sdk-ui-dashboard > IDashboardWidgetProps
IDashboardWidgetProps interface
Dashboard widget props.
Signature:
export interface IDashboardWidgetProps 
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. | |||
| (Optional) Specify date data set to use when passing dashboard date filter to rendered visualization. | |||
| ComponentType<IErrorProps> | (ALPHA) Error component to use when insight rendering fails for any reason. | ||
| (ALPHA) (Optional) Data attributes for export mode to be added to the widget. | |||
| (Optional) Specify what attribute filters to ignore for this widget. | |||
| ComponentType<ILoadingProps> | (ALPHA) Loading component to use while loading and preparing data to render. | ||
| (ALPHA) (Optional) | |||
| (ALPHA) (Optional) | |||
| (filters: (IDashboardFilter | FilterContextItem)[], resetOthers?: boolean) => void | (ALPHA) (Optional) | ||
| () => void | (ALPHA) (Optional) Callback that the component MUST call when the widget is clicked. | ||
| (ALPHA) (Optional) The size of layout item in which the item is nested. Undefined, when item is in the root layout. | |||
| (ALPHA) (Optional) The path to the layout item in which the section is nested | |||
| number | (ALPHA) (Optional) Zero-based index of the row in which the item is rendered, | ||
| (ALPHA) | |||
| boolean | (ALPHA) (Optional) Turn widget header on/off. | ||
| boolean | (ALPHA) (Optional) Turn visibility of the interactions menu on/off. | ||
| (Optional) | |||
| string | (ALPHA) (Optional) Workspace where the widget exists. |