@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 613 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExternalTaggingService](./x-components.externaltaggingservice.md) > [moveToSessionStorage](./x-components.externaltaggingservice.movetosessionstorage.md)
## ExternalTaggingService.moveToSessionStorage property
Checks if the local storage contains a result information for the given id and moves the result info from the local storage to the session storage.
**Signature:**
```typescript
moveToSessionStorage: (id?: string) => void;
```