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 | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardCopySavedPayload | |
type | readonly | "GDC.DASH/EVT.COPY_SAVED" |