dashboardTabCreated()
Home > @gooddata/sdk-ui-dashboard > dashboardTabCreated
dashboardTabCreated() 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 DashboardTabCreated event.
Signature:
export declare function dashboardTabCreated(ctx: DashboardContext, newTabId: string, index: number, correlationId?: string): IDashboardTabCreated;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ctx |
dashboard context | |
|
newTabId |
string |
identifier of the newly created tab |
|
index |
number |
index at which the new tab was inserted |
|
correlationId |
string |
(Optional) correlation id to use for this event |
Returns:
dashboard tab created event