UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.33 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [PopularSearchDisplayed](./x-components.popularsearchesxevents.popularsearchdisplayed.md) | | Suggestion\[\] | The popular searches have been displayed. Payload: The displayed [popular searches](./x-types.suggestion.md)<!-- -->. | | [PopularSearchesRequestUpdated](./x-components.popularsearchesxevents.popularsearchesrequestupdated.md) | | PopularSearchesRequest | Any property of the popular-searches request has changed Payload: The new [popular-search request](./x-types.popularsearchesrequest.md)<!-- -->. | | [UserSelectedAPopularSearch](./x-components.popularsearchesxevents.userselectedapopularsearch.md) | | Suggestion | User selected a popular search Payload: The popular search that the user selected. |