IDashboardDateFilterProps
Home > @gooddata/sdk-ui-dashboard > IDashboardDateFilterProps
IDashboardDateFilterProps interface
Signature:
export interface IDashboardDateFilterProps 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| boolean | (Optional) Specify whether should render filter with open dropdown | ||
| ComponentType<IDateFilterButtonProps> | (ALPHA) (Optional) Specify custom button component | ||
| Additional DateFilter configuration. | |||
| IDashboardDateFilter | undefined | Definition of filter to render. | ||
| boolean | (Optional) Specify whether dragging handle and grab cursor should be displayed on hover | ||
| (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string, isWorkingSelectionChange?: boolean) => void | When the user interacts with the filter and changes its value, it MUST use this callback to propagate the new filter value. | ||
| OverlayPositionType | (Optional) Specifies the overlay position type for the date filter dropdown. | ||
| boolean | (Optional) Specify whether the filter should be readonly. | ||
| IDashboardDateFilter | undefined | Definition of working filter used to render selected options. |