UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 730 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsActions](./x-components.identifierresultsactions.md) &gt; [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