@empathyco/x-components
Version:
Empathy X Components
19 lines (13 loc) • 736 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) > [UserSelectedAResultVariant](./x-components.xeventstypes.userselectedaresultvariant.md)
## XEventsTypes.UserSelectedAResultVariant property
The user selected a result variant. Payload: And object containing the result, the selected variant, the level of the selected variant and the query preview hash.
**Signature:**
```typescript
UserSelectedAResultVariant: {
result: Result;
variant: ResultVariant;
level: number;
queryPreviewHash: ComputedRef<string> | null;
};
```