DashboardInsightWidgetFilterSettingsChanged
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetFilterSettingsChanged
DashboardInsightWidgetFilterSettingsChanged 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 widget's filter settings change.
Filter settings influence what date dataset to use for filter or which of the dashboard's attribute filters should be used for the widget. A change of filter settings means the insight rendered in the widget will be re-rendered.
Signature:
export interface DashboardInsightWidgetFilterSettingsChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardInsightWidgetFilterSettingsChangedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | (BETA) |