IDashboardAttributeFilterProps
Home > @gooddata/sdk-ui-dashboard > IDashboardAttributeFilterProps
IDashboardAttributeFilterProps interface
Signature:
export interface IDashboardAttributeFilterProps
Properties
Property | Type | Description |
---|---|---|
autoOpen? | boolean | (Optional) Specify whether should render filter with open dropdown |
filter | IDashboardAttributeFilter | Definition of filter to render. |
isDraggable? | boolean | (Optional) Specify whether dragging handle and grab cursor should be displayed on hover |
onClose? | () => void | (Optional) Callback to be called, when user closes filter dropdown |
onFilterChanged | (filter: IDashboardAttributeFilter) => void | When the user interacts with the filter and changes its value, it MUST use this callback to propagate the new filter value. |