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 | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DateFilterSelection | |
type | readonly | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" |