@empathyco/x-components
Version:
Empathy X Components
97 lines (43 loc) • 1.62 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PopularSearchesXEvents](./x-components.popularsearchesxevents.md)
## PopularSearchesXEvents interface
Dictionary of the events of PopularSearches XModule, where each key is the event name, and the value is the event payload type or `void` if it has no payload.
**Signature:**
```typescript
export interface PopularSearchesXEvents
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[PopularSearchDisplayed](./x-components.popularsearchesxevents.popularsearchdisplayed.md)
</td><td>
</td><td>
Suggestion\[\]
</td><td>
The popular searches have been displayed. Payload: The displayed [popular searches](./x-types.suggestion.md)<!-- -->.
</td></tr>
<tr><td>
[PopularSearchesRequestUpdated](./x-components.popularsearchesxevents.popularsearchesrequestupdated.md)
</td><td>
</td><td>
PopularSearchesRequest
</td><td>
Any property of the popular-searches request has changed Payload: The new [popular-search request](./x-types.popularsearchesrequest.md)<!-- -->.
</td></tr>
<tr><td>
[UserSelectedAPopularSearch](./x-components.popularsearchesxevents.userselectedapopularsearch.md)
</td><td>
</td><td>
Suggestion
</td><td>
User selected a popular search Payload: The popular search that the user selected.
</td></tr>
</tbody></table>