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