IDashboardBaseProps
Home > @gooddata/sdk-ui-dashboard > IDashboardBaseProps
IDashboardBaseProps interface
Signature:
export interface IDashboardBaseProps 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (Optional) Analytical backend from which the dashboard obtains data to render. | |||
| (Optional) Configuration that can be used to modify dashboard features, capabilities and behavior. | |||
| string | ObjRef | IDashboard | (Optional) Specify dashboard to render; you can specify the dashboard either by reference (ObjRef) or by value (of type IDashboard). | ||
| (Optional) Specify reference to a filter context that should be used instead of the default, built-in filter context. | |||
| string | (ALPHA) (Optional) Explicitly specify which tab should be opened first when the dashboard is rendered. | ||
| KeyboardNavigationConfig | (Optional) Specify tab index and addressable id for the dashboard components used by keyboard navigation | ||
| (Optional) Specify permissions to use when determining availability of the different features of the dashboard component. | |||
| string | (Optional) Identifier of analytical workspace, from which the dashboard obtains data to render. |