tabs
Home > @gooddata/sdk-model > IDashboardDefinition > tabs
IDashboardDefinition.tabs property
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.
Optional tabs configuration; when defined, the dashboard renders as a tabbed interface. Each tab has its own layout, filter context and filter configs.
Signature:
readonly tabs?: IDashboardTab<TWidget>[];