IDashboardDateFilterProps
Home > @gooddata/sdk-ui-dashboard > IDashboardDateFilterProps
IDashboardDateFilterProps interface
Signature:
export interface IDashboardDateFilterProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
config | IDashboardDateFilterConfig | Additional DateFilter configuration. | |
filter | IDashboardDateFilter | undefined | Definition of filter to render. | |
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. |