IDashboardDeleted
Home > @gooddata/sdk-ui-dashboard > IDashboardDeleted
IDashboardDeleted 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 are reset to a state when it shows an empty dashboard.
Signature:
export interface IDashboardDeleted extends IDashboardEvent
Extends: IDashboardEvent
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
{ readonly dashboard: IDashboard; } |
(BETA) | |
|
|
"GDC.DASH/EVT.DELETED" |
(BETA) |