useAttributeFilterSearch()
Home > @gooddata/sdk-ui-filters > useAttributeFilterSearch
useAttributeFilterSearch() 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.
Use this hook if you want to implement your custom attribute filter search bar component.
Signature:
useAttributeFilterSearch: (props: IUseAttributeFilterSearchProps) => {
    onSearch: (search: string) => void;
    search: string;
}
Parameters
| Parameter | Type | Description | 
|---|---|---|
| props | 
Returns:
{ onSearch: (search: string) => void; search: string; }