IDateFilterButtonProps
Home > @gooddata/sdk-ui-filters > IDateFilterButtonProps
IDateFilterButtonProps 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.
Signature:
export interface IDateFilterButtonProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
children? | React.ReactNode | (ALPHA) (Optional) | |
customFilterName? | string | (ALPHA) (Optional) | |
customIcon? | IFilterButtonCustomIcon | (ALPHA) (Optional) | |
disabled? | boolean | (ALPHA) (Optional) | |
isMobile | boolean | (ALPHA) | |
isOpen? | boolean | (ALPHA) (Optional) | |
onClick? | () => void | (ALPHA) (Optional) | |
textSubtitle? | string | (ALPHA) (Optional) | |
textTitle? | string | (ALPHA) (Optional) | |
title | React.ReactNode | (ALPHA) |