@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 474 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchActions](./x-components.searchactions.md) > [saveOrigin](./x-components.searchactions.saveorigin.md)
## SearchActions.saveOrigin property
Creates a [QueryOrigin](./x-components.queryorigin.md) and saves it.
**Signature:**
```typescript
saveOrigin: (originInit: QueryOriginInit) => void;
```