query
Home > @gooddata/sdk-ui-semantic-search > ISearchState > query
ISearchState.query 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 current search query. This is the query that is currently being typed by the user. It may be different from the debouncedQuery if the user is still typing.
Signature:
query: string;