IDashboardDateFilterConfig
Home > @gooddata/sdk-model > IDashboardDateFilterConfig
IDashboardDateFilterConfig interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Extended date filter config
Signature:
export interface IDashboardDateFilterConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
addPresets? | IDashboardDateFilterAddedPresets | (ALPHA) (Optional) Date filter presets to add to the date filter dropdown specific for the current dashboard | |
filterName | string | (ALPHA) Customized name of the date filter to display | |
hideGranularities? | DateFilterGranularity[] | (ALPHA) (Optional) Date filter granularities to hide in the date filter dropdown for the current dashboard | |
hideOptions? | Identifier[] | (ALPHA) (Optional) Local identifiers of the date filter options to hide for the current dashboard | |
mode | DashboardDateFilterConfigMode | (ALPHA) Extended date filter config mode |