renameDashboardTab()
Home > @gooddata/sdk-ui-dashboard > renameDashboardTab
renameDashboardTab() 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 RenameDashboardTab command.
Signature:
export declare function renameDashboardTab(title: string, tabId?: string, correlationId?: string): IRenameDashboardTab;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
title |
string | |
|
tabId |
string |
(Optional) |
|
correlationId |
string |
(Optional) |
Returns: