IDateFilterOwnProps
Home > @gooddata/sdk-ui-filters > IDateFilterOwnProps
IDateFilterOwnProps interface
Props of the DateFilter component.
Signature:
export interface IDateFilterOwnProps extends IDateFilterStatePropsIntersection
Extends: IDateFilterStatePropsIntersection
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
availableGranularities | DateFilterGranularity[] | ||
customFilterName? | string | (Optional) | |
customIcon? | IFilterButtonCustomIcon | (ALPHA) (Optional) Represents a custom icon with associated tooltip information. | |
dateFilterMode | VisibilityMode | ||
dateFormat? | string | (Optional) | |
FilterConfigurationComponent? | React.ComponentType<IFilterConfigurationProps> | (ALPHA) (Optional) Represents a custom component for configuration. | |
filterOptions | IDateFilterOptionsByType | ||
isEditMode? | boolean | (Optional) | |
isTimeForAbsoluteRangeEnabled? | boolean | (Optional) | |
locale? | string | (Optional) | |
openOnInit? | boolean | (Optional) | |
showDropDownHeaderMessage? | boolean | (Optional) | |
weekStart? | WeekStart | (Optional) |