DashboardDeleted
Home > @gooddata/sdk-ui-dashboard > DashboardDeleted
DashboardDeleted interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This event is emitted at the end of successful 'dashboard delete' command processing. At this point, the dashboard no longer exist on the backend and the component is reset to a state when it shows an empty dashboard.
Signature:
export interface DashboardDeleted extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | { readonly dashboard: IDashboard; } | (BETA) |
type | readonly | "GDC.DASH/EVT.DELETED" | (BETA) |