UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 1.27 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestionsState](./x-components.querysuggestionsstate.md) ## QuerySuggestionsState interface QuerySuggestions store state. **Signature:** ```typescript export interface QuerySuggestionsState extends StatusState, QueryState ``` **Extends:** [StatusState](./x-components.statusstate.md)<!-- -->, [QueryState](./x-components.querystate.md) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [config](./x-components.querysuggestionsstate.config.md) | | [QuerySuggestionsConfig](./x-components.querysuggestionsconfig.md) | The configuration of the query suggestions module. | | [params](./x-components.querysuggestionsstate.params.md) | | Dictionary&lt;unknown&gt; | The extra params property of the state. | | [searchedQueries](./x-components.querysuggestionsstate.searchedqueries.md) | | HistoryQuery\[\] | The list of the searched queries, related to the <code>query</code> property of the state. | | [suggestions](./x-components.querysuggestionsstate.suggestions.md) | | Suggestion\[\] | The suggestions for the query of the state. |