DashboardDateFilterSelectionChanged
Home > @gooddata/sdk-ui-dashboard > DashboardDateFilterSelectionChanged
DashboardDateFilterSelectionChanged interface
This event is emitted after the dashboard's date filter selection is changed.
Signature:
export interface DashboardDateFilterSelectionChanged extends IDashboardEvent
Extends: IDashboardEvent
Remarks
See also dashboardDateFilterToDateFilterByWidget() and dashboardDateFilterToDateFilterByDateDataSet() convertors – those allow you to convert the filter
in the event payload to an IDateFilter instance you can use with visualizations, filter UI components and so on.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDateFilterSelectionChangedPayload | |
type | readonly | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" |