@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 827 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DefaultExternalTaggingService](./x-components.defaultexternaltaggingservice.md) > [moveToSessionStorage](./x-components.defaultexternaltaggingservice.movetosessionstorage.md)
## DefaultExternalTaggingService.moveToSessionStorage() method
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;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| id | string | _(Optional)_ The id of the result to move to the session storage. |
**Returns:**
void