UNPKG

@empathyco/x-components

Version:
97 lines (43 loc) 1.3 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestionsGetters](./x-components.querysuggestionsgetters.md) ## QuerySuggestionsGetters interface QuerySuggestions store getters. **Signature:** ```typescript export interface QuerySuggestionsGetters ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) </td><td> </td><td> string </td><td> The normalized module's query. </td></tr> <tr><td> [querySuggestions](./x-components.querysuggestionsgetters.querysuggestions.md) </td><td> </td><td> Suggestion\[\] </td><td> The full list of queries suggestions related to the query search. </td></tr> <tr><td> [request](./x-components.querysuggestionsgetters.request.md) </td><td> </td><td> QuerySuggestionsRequest \| null </td><td> The adapter request object for retrieving the query suggestions, or null if there is not valid data to create a request. </td></tr> </tbody></table>