DashboardCopySaved
Home > @gooddata/sdk-ui-dashboard > DashboardCopySaved
DashboardCopySaved interface
This event is emitted at the end of successful 'dashboard save as' command processing.
Signature:
export interface DashboardCopySaved extends IDashboardEvent
Extends: IDashboardEvent
Remarks
At this point, a new dashboard exists on the backend.
Properties
| Property | Type | Description |
|---|---|---|
| payload | DashboardCopySavedPayload | |
| type | "GDC.DASH/EVT.COPY_SAVED" |