<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)

