DashboardContext
Home > @gooddata/sdk-ui-dashboard > DashboardContext
DashboardContext interface
Signature:
export interface DashboardContext
Properties
| Property | Type | Description |
|---|---|---|
| backend | IAnalyticalBackend | Analytical Backend where the dashboard exists. |
| clientId? | string | (Optional) Client identifier. |
| dashboardRef? | ObjRef | (Optional) Reference to dashboard that should be loaded into the store. |
| dataProductId? | string | (Optional) Data product identifier. |
| filterContextRef? | ObjRef | (Optional) Reference to filter context that defines filters to use on the dashboard. |
| workspace | string | Analytical Backend where the dashboard exists. |