IAttributeFilterDropdownButtonProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterDropdownButtonProps
IAttributeFilterDropdownButtonProps interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The interface of the AttributeFilter dropdown button.
Signature:
export interface IAttributeFilterDropdownButtonProps
Remarks
It opens Attribute filter dropdown and displaying title or subtitle, selection details and attribute filter statuses like loading or filtering. Note: for rendering error status see IAttributeFilterErrorProps.
Properties
Property | Type | Description |
---|---|---|
icon? | ReactNode | (BETA) (Optional) Icon of the AttributeFilterDropdownButton. |
isDraggable? | boolean | (BETA) (Optional) If true, the button supports drag and drop operations. |
isFiltering? | boolean | (BETA) (Optional) If true, the AttributeFilter is filtering its elements by parent filters. |
isLoaded? | boolean | (BETA) (Optional) If true, all the initialization has finished. |
isLoading? | boolean | (BETA) (Optional) If true, the AttributeFilter is initializing Attribute elements and its internal data. |
isOpen? | boolean | (BETA) (Optional) If true, the AttributeFilter dropdown is open. |
onClick? | () => void | (BETA) (Optional) Callback to open or close AttributeFilter dropdown. |
selectedItemsCount? | number | (BETA) (Optional) Selected items count |
subtitle? | string | (BETA) (Optional) Comma-separated list of selected element titles. |
title? | string | (BETA) (Optional) Title of the attribute IAttributeFilter and its related display form IAttributeDisplayFormMetadataObject. |