@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 703 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)