AttributeFilterDropdownBody()
Home > @gooddata/sdk-ui-filters > AttributeFilterDropdownBody
AttributeFilterDropdownBody() function
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.
Component showing a list of elements and controls for manipulating the selection.
Signature:
export declare function AttributeFilterDropdownBody(props: IAttributeFilterDropdownBodyProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | IAttributeFilterDropdownBodyProps |
Returns:
React.JSX.Element
Remarks
It uses a component using the IAttributeFilterElementsSelectProps props for search and manipulation of filter selection and a component using the IAttributeFilterDropdownActionsProps props to confirm or cancel changes.