@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 983 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PopularSearchesGetters](./x-components.popularsearchesgetters.md)
## PopularSearchesGetters interface
Popular searches module getters.
**Signature:**
```typescript
export interface PopularSearchesGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[popularSearches](./x-components.popularsearchesgetters.popularsearches.md)
</td><td>
</td><td>
Suggestion\[\]
</td><td>
List of the Popular Searches.
</td></tr>
<tr><td>
[request](./x-components.popularsearchesgetters.request.md)
</td><td>
</td><td>
PopularSearchesRequest
</td><td>
The request object to retrieve popular searches.
</td></tr>
</tbody></table>