convertDashboardTabFromDefault()
Home > @gooddata/sdk-ui-dashboard > convertDashboardTabFromDefault
convertDashboardTabFromDefault() 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 ConvertDashboardTabFromDefault command.
Signature:
export declare function convertDashboardTabFromDefault(title?: string, correlationId?: string): IConvertDashboardTabFromDefault;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
title |
string |
(Optional) Optional title for the new tab. |
|
correlationId |
string |
(Optional) Specify correlation id to use for this command. |
Returns:
IConvertDashboardTabFromDefault
Convert dashboard tab from default command.