IDashboardTab
Home > @gooddata/sdk-model > IDashboardTab
IDashboardTab interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Dashboard tab definition.
Signature:
export interface IDashboardTab<TWidget = IDashboardWidget> 
Remarks
Each tab can have its own layout and its own filter context. Tabs are optional and dashboards without tabs continue to work using the root layout and filter context.
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (ALPHA) (Optional) Dashboard extended attribute filter configs | |||
| (ALPHA) (Optional) Dashboard tab common date filter config | |||
| (ALPHA) (Optional) Dashboard tab date filters with date data set/dimension configs | |||
| (ALPHA) Tab-specific filter context. | |||
| string | (ALPHA) Unique identifier of the tab (stable within dashboard). | ||
| IDashboardLayout<TWidget> | (ALPHA) (Optional) Complete layout definition for this tab. | ||
| string | (ALPHA) Display title of the tab. |