IDashboardDateFilterConfig
Home > @gooddata/sdk-ui-dashboard > IDashboardDateFilterConfig
IDashboardDateFilterConfig interface
Defines the configuration of the DateFilter component.
Signature:
export interface IDashboardDateFilterConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
availableGranularities | DateFilterGranularity[] | (ALPHA) Granularities available in the Floating range form. | |
customFilterName? | string | (Optional) Specify custom filter name. Defaults to "Date range" (or its localized equivalent). | |
dateFilterOptions | IDateFilterOptionsByType | (ALPHA) A IDateFilterOptionsByType configuration of the Date Filter. |