DashboardSaved
Home > @gooddata/sdk-ui-dashboard > DashboardSaved
DashboardSaved interface
This event is emitted at the end of successful dashboard save command processing. At this point, the dashboard state is persisted on the backend.
Signature:
export interface DashboardSaved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardSavedPayload | |
type | readonly | "GDC.DASH/EVT.SAVED" |