DashboardDateFilterSelectionChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDateFilterSelectionChangedPayload
DashboardDateFilterSelectionChangedPayload interface
Payload of the DashboardDateFilterSelectionChanged event.
Signature:
export interface DashboardDateFilterSelectionChangedPayload
Remarks
See also dashboardDateFilterToDateFilterByWidget() and dashboardDateFilterToDateFilterByDateDataSet() convertors – those allow you to convert the filter
object to an IDateFilter instance you can use with visualizations, filter UI components and so on.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string |
(Optional) Optional local identifier of the new selected date filter option. | |
|
IDashboardDateFilter | undefined |
Object with changed date filter selection. |