@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 572 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) > [SuggestionsDisplayed](./x-components.xeventstypes.suggestionsdisplayed.md)
## XEventsTypes.SuggestionsDisplayed property
Any kind of suggestions have been displayed (query-suggestions, popular searches...) Payload: The displayed [suggestions](./x-types.suggestion.md)<!-- -->.
**Signature:**
```typescript
SuggestionsDisplayed: Suggestion[];
```