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