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 | Type | Description |
---|---|---|
dateFilterOptionLocalId? | string | (Optional) Optional local identifier of the new selected date filter option. |
filter | IDashboardDateFilter | undefined | Object with changed date filter selection. |