selectTabById()
Home > @gooddata/sdk-ui-dashboard > selectTabById
selectTabById() function
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.
Returns a specific tab by its identifier.
Signature:
selectTabById: (tabId: string) => DashboardSelector<IDashboardTab<ExtendedDashboardWidget> | undefined>
Parameters
| Parameter | Type | Description | 
|---|---|---|
| tabId | string | 
Returns:
DashboardSelector<IDashboardTab<ExtendedDashboardWidget> | undefined>