DashboardFocusObject
Home > @gooddata/sdk-ui-dashboard > DashboardFocusObject
DashboardFocusObject interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the focus object for the dashboard.
Signature:
export interface DashboardFocusObject
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
automationId? | Identifier | (BETA) (Optional) If provided, the dashboard will be opened in the context of the given automation. This means, that target widget will be focused in the dashboard, and filter context will be set to the one used in the automation. | |
visualizationId? | Identifier | (BETA) (Optional) If provided, the dashboard will be opened in the context of the given visualization. This means, that target visualizations represented by widgets will be focused in the dashboard. | |
widgetId? | string | (BETA) (Optional) If provided, the dashboard will be opened in the context of the given widget. This means, that target widget will be focused in the dashboard. |