@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 576 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XEventsTypes](./x-components.xeventstypes.md) > [UserSelectedASuggestion](./x-components.xeventstypes.userselectedasuggestion.md)
## XEventsTypes.UserSelectedASuggestion property
User selected any kind of suggestion (query-suggestion, popular-search...) Payload: The [suggestion](./x-types.suggestion.md) that the user selected.
**Signature:**
```typescript
UserSelectedASuggestion: Suggestion;
```