ChangeDateFilterSelection
Home > @gooddata/sdk-ui-dashboard > ChangeDateFilterSelection
ChangeDateFilterSelection type
Command for date filter selection change.
Signature:
export type ChangeDateFilterSelection = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION";
readonly payload: DateFilterSelection;
};
References: IDashboardCommand, DateFilterSelection
Remarks
See changeDateFilterSelection() and applyDateFilter() factory functions you can use to create this command more easily from raw data and IDateFilter, respectively.