IUseAttributeFilterSearchProps
Home > @gooddata/sdk-ui-filters > IUseAttributeFilterSearchProps
IUseAttributeFilterSearchProps 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.
Properties of the useAttributeFilterSearch hook.
Signature:
export interface IUseAttributeFilterSearchProps
Properties
Property | Type | Description |
---|---|---|
onSearch | (search: string) => void | (BETA) Callback to change the current search string. |
searchString | string | (BETA) Current search string. |