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