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 |
---|---|---|---|
ComponentType<IDateFilterButtonProps> |
(ALPHA) (Optional) Specify custom button component | ||
string |
(Optional) | ||
(ALPHA) (Optional) Represents a custom icon with associated tooltip information. | |||
string |
(Optional) | ||
boolean |
(Optional) If new apply all filters at once mode is enabled | ||
ComponentType<IFilterConfigurationProps> |
(ALPHA) (Optional) Represents a custom component for configuration. | ||
boolean |
(ALPHA) (Optional) Specifies whether to improve accessibility for the date filter content. | ||
boolean |
(Optional) | ||
boolean |
(Optional) | ||
string |
(Optional) | ||
boolean |
(Optional) | ||
OverlayPositionType |
(Optional) Specifies the overlay position type for the date filter dropdown. | ||
boolean |
(Optional) | ||
(Optional) | |||
boolean |
(ALPHA) (Optional) This enables filter mode without apply button. If true, it is responsibility of a client, to appy filters when needed. Typically uses onSelect callback to catch filter state. Note, onApply callback is not called when this is true. | ||
boolean |
(ALPHA) (Optional) Working filter exclude current period used for synchronization inner filter state with outer given state. Makes a controlled component state out of this. | ||
(ALPHA) (Optional) Working filter option used for synchronization inner filter state with outer given state. Makes a controlled component state out of this. |