SaveDashboardAsPayload
Home > @gooddata/sdk-ui-dashboard > SaveDashboardAsPayload
SaveDashboardAsPayload interface
Payload of the SaveDashboardAs command.
Signature:
export interface SaveDashboardAsPayload 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | boolean | (Optional) Indicate whether the dashboard component should switch to the copy of the dashboard or whether it should stay on the current dashboard. | |
| 
 | string | (Optional) Specify new title for the dashboard that will be created during the Save As operation. | |
| 
 | boolean | (Optional) Indicates whether new dashboard should use the original filter context or whether to use the one with current filter selection. |