IAttributeFilterDropdownButtonProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterDropdownButtonProps
IAttributeFilterDropdownButtonProps interface
This API is provided as a beta 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 | Modifiers | Type | Description | 
|---|---|---|---|
| MutableRefObject<HTMLElement> | (BETA) (Optional) Ref to the dropdown button component. | ||
| string | (BETA) (Optional) Classnames to add to the dropdown button component. | ||
| (ALPHA) (Optional) Represents a custom icon along with a tooltip. | |||
| boolean | (ALPHA) (Optional) Specifies the visibility mode of the filter. | ||
| string | (BETA) (Optional) Id of the Attribute filter dropdown body. | ||
| ReactNode | (BETA) (Optional) Icon of the AttributeFilterDropdownButton. | ||
| boolean | (BETA) (Optional) If true, the button supports drag and drop operations. | ||
| boolean | (BETA) (Optional) | ||
| boolean | (BETA) (Optional) If true, the AttributeFilter is filtering its elements by parent filters. | ||
| boolean | (BETA) (Optional) If true, all the initialization has finished. | ||
| boolean | (BETA) (Optional) If true, the AttributeFilter is initializing Attribute elements and its internal data. | ||
| boolean | (BETA) (Optional) If true, the AttributeFilter dropdown is open. | ||
| () => void | (BETA) (Optional) Callback to open or close AttributeFilter dropdown. | ||
| number | (BETA) (Optional) Selected items count | ||
| boolean | (BETA) (Optional) | ||
| string | (BETA) (Optional) Comma-separated list of selected element titles. | ||
| string | (BETA) (Optional) Title of the attribute IAttributeFilter and its related display form IAttributeDisplayFormMetadataObject. | ||
| ReactNode | (ALPHA) (Optional) Allows adding content to the button after the title. | ||
| ComponentType | (BETA) (Optional) Customize content of the attribute filter tooltip component. |