<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueryOriginInit](./x-components.queryorigininit.md)

## QueryOriginInit type

Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->.

**Signature:**

```typescript
export type QueryOriginInit = Partial<Pick<WireMetadata, 'feature' | 'location'>>;
```
**References:** [WireMetadata](./x-components.wiremetadata.md)

