@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PopularSearchesState](./x-components.popularsearchesstate.md)
## PopularSearchesState interface
Popular searches module state.
**Signature:**
```typescript
export interface PopularSearchesState extends StatusState
```
**Extends:** [StatusState](./x-components.statusstate.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.popularsearchesstate.config.md) | | [PopularSearchesConfig](./x-components.popularsearchesconfig.md) | The popular searches module configuration. |
| [params](./x-components.popularsearchesstate.params.md) | | Dictionary<unknown> | The extra params property of the state. |
| [popularSearches](./x-components.popularsearchesstate.popularsearches.md) | | Suggestion\[\] | The suggestions list. These suggestions represent the most searched queries. |
| [searchedQueries](./x-components.popularsearchesstate.searchedqueries.md) | | HistoryQuery\[\] | The list of the searched queries, related to the <code>query</code> property of the state. |