IDashboardDateFilterProps
Home > @gooddata/sdk-ui-dashboard > IDashboardDateFilterProps
IDashboardDateFilterProps interface
Signature:
export interface IDashboardDateFilterProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autoOpen? | boolean | (Optional) Specify whether should render filter with open dropdown | |
config | IDashboardDateFilterConfig | Additional DateFilter configuration. | |
filter | IDashboardDateFilter | undefined | Definition of filter to render. | |
isDraggable? | boolean | (Optional) Specify whether dragging handle and grab cursor should be displayed on hover | |
onFilterChanged | (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string) => void | When the user interacts with the filter and changes its value, it MUST use this callback to propagate the new filter value. | |
readonly? | boolean | (Optional) Specify whether the filter should be readonly. |