@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 730 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [IdentifierResultsActions](./x-components.identifierresultsactions.md) > [saveOrigin](./x-components.identifierresultsactions.saveorigin.md)
## IdentifierResultsActions.saveOrigin() method
Creates a [QueryOrigin](./x-components.queryorigin.md) and saves it.
**Signature:**
```typescript
saveOrigin(originInit: QueryOriginInit): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| originInit | [QueryOriginInit](./x-components.queryorigininit.md) | The object to create the origin with. |
**Returns:**
void