DashboardInsightWidgetInsightSwitched
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetInsightSwitched
DashboardInsightWidgetInsightSwitched 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 when the insight rendered inside an insight widget gets switched for another one.
That essentially means the insight widget now renders a different visualization
Signature:
export interface DashboardInsightWidgetInsightSwitched extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardInsightWidgetInsightSwitchedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | (BETA) |