@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.27 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<unknown> | 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. |