debouncedQuery
Home > @gooddata/sdk-ui-semantic-search > ISearchState > debouncedQuery
ISearchState.debouncedQuery property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The debounced search query. This is the query that is currently being used for the search. It may be different from the query if the user is still typing.
Signature:
debouncedQuery: string;