CreateDashboardTabPayload
Home > @gooddata/sdk-ui-dashboard > CreateDashboardTabPayload
CreateDashboardTabPayload interface
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.
Payload of the CreateDashboardTab command.
Signature:
export interface CreateDashboardTabPayload
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
number |
(ALPHA) (Optional) Optional index at which the new tab should be inserted. Defaults to the end of the list. | |
|
|
string |
(ALPHA) (Optional) Optional title for the new tab. If not provided, empty title will be used. |