IAttributeFilterElementsSearchBarProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterElementsSearchBarProps
IAttributeFilterElementsSearchBarProps 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.
It represent a text field input for searching Attribute Filter elements
Signature:
export interface IAttributeFilterElementsSearchBarProps
Properties
Property | Type | Description |
---|---|---|
isSmall? | boolean | (BETA) (Optional) Render smaller text input |
onSearch | (text: string) => void | (BETA) Debounced search string callback |
searchString | string | (BETA) Current search string |