ChangeDateFilterSelection
Home > @gooddata/sdk-ui-dashboard > ChangeDateFilterSelection
ChangeDateFilterSelection interface
Command for date filter selection change.
Signature:
export interface ChangeDateFilterSelection extends IDashboardCommand 
Extends: IDashboardCommand
Remarks
See changeDateFilterSelection() and applyDateFilter() factory functions you can use to create this command more easily from raw data and IDateFilter, respectively.
Properties
| Property | Type | Description | 
|---|---|---|
| payload | DateFilterSelection | |
| type | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" |