IDateFilterOwnProps
Home > @gooddata/sdk-ui-filters > IDateFilterOwnProps
IDateFilterOwnProps interface
Props of the DateFilter component.
Signature:
export interface IDateFilterOwnProps extends IDateFilterStatePropsIntersection
Extends: IDateFilterStatePropsIntersection
Properties
| Property | Type | Description |
|---|---|---|
| availableGranularities | DateFilterGranularity[] | |
| customFilterName? | string | (Optional) |
| dateFilterMode | DashboardDateFilterConfigMode | |
| dateFormat? | string | (Optional) |
| filterOptions | IDateFilterOptionsByType | |
| isEditMode? | boolean | (Optional) |
| isTimeForAbsoluteRangeEnabled? | boolean | (Optional) |
| locale? | string | (Optional) |