@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 695 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryOrigin](./x-components.queryorigin.md)
## QueryOrigin type
Information to track the usefulness of the query in relation to the [QueryFeature](./x-components.queryfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user.
**Signature:**
```typescript
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
```
**References:** [QueryFeature](./x-components.queryfeature.md)<!-- -->, [FeatureLocation](./x-components.featurelocation.md)