switchDashboardTab()
Home > @gooddata/sdk-ui-dashboard > switchDashboardTab
switchDashboardTab() 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.
Creates the SwitchDashboardTab command.
Signature:
export declare function switchDashboardTab(tabId: string, correlationId?: string): ISwitchDashboardTab;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
tabId |
string |
identifier of the tab to switch to |
|
correlationId |
string |
(Optional) specify correlation id to use for this command |
Returns:
switch dashboard tab command