DashboardDateFilterSelectionChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDateFilterSelectionChangedPayload
DashboardDateFilterSelectionChangedPayload type
Payload of the DashboardDateFilterSelectionChanged event.
Signature:
export type DashboardDateFilterSelectionChangedPayload = {
readonly filter: IDashboardDateFilter | undefined;
readonly dateFilterOptionLocalId?: string;
};
References: IDashboardDateFilter
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.