@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.04 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PopularSearchesConfig](./x-components.popularsearchesconfig.md)
## PopularSearchesConfig interface
Configuration options for the popular searches module.
**Signature:**
```typescript
export interface PopularSearchesConfig
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[hideSessionQueries](./x-components.popularsearchesconfig.hidesessionqueries.md)
</td><td>
</td><td>
boolean
</td><td>
Hides the popular searches that have been already searched during the session.
</td></tr>
<tr><td>
[maxItemsToRequest](./x-components.popularsearchesconfig.maxitemstorequest.md)
</td><td>
</td><td>
number
</td><td>
Number of popular searches to request.
</td></tr>
</tbody></table>