DashboardWasReset
Home > @gooddata/sdk-ui-dashboard > DashboardWasReset
DashboardWasReset 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 reset' command processing. At this point, the dashboard is reset to the state it was after initial load.
Signature:
export interface DashboardWasReset extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardWasResetPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.RESET" | (BETA) |