<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ResultOrigin](./x-components.resultorigin.md)

## ResultOrigin type

Information to track the usefulness of a result in relation to the [ResultFeature](./x-components.resultfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user.

**Signature:**

```typescript
export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
```
**References:** [ResultFeature](./x-components.resultfeature.md)<!-- -->, [FeatureLocation](./x-components.featurelocation.md)

