@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 540 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) > [UserClickedAResultRating](./x-components.xeventstypes.userclickedaresultrating.md)
## XEventsTypes.UserClickedAResultRating property
The user has clicked on the rating of a result. Payload: The [result](./x-types.result.md) that the user clicked.
**Signature:**
```typescript
UserClickedAResultRating: Result;
```