tabIds
Home > @gooddata/sdk-ui-dashboard > IAutomationsContextValue > tabIds
IAutomationsContextValue.tabIds 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.
Local identifiers of the dashboard's tabs, in layout order; empty when the dashboard has none. Narrowed from selectTabs (ITabState[] | undefined) because every consumer only ever reads localIdentifier, and all of them already coalesce undefined to [].
Signature:
tabIds: string[];