UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 1.24 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;unknown&gt; | 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. |