DashboardDeinitialized
Home > @gooddata/sdk-ui-dashboard > DashboardDeinitialized
DashboardDeinitialized interface
This event is emitted when a dashboard is deinitialized. The event contains contextual information such as the ref of dashboard being deinitialized if the dashboard being deinitialized contained a persisted dashboard object.
Signature:
export interface DashboardDeinitialized extends IDashboardEvent
Extends: IDashboardEvent
Remarks
This event is useful when your application switches between different dashboards (similar to what the Dashboards application does) and you want to handle that. Note that this event WILL NOT be fired when navigating to a completely different application/site in the browser or closing the tab etc., if you want to handle that, you need to do it yourself using the appropriate events on the Window object.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDeinitializedPayload | |
type | readonly | "GDC.DASH/EVT.DEINITIALIZED" |