UNPKG

@empathyco/x-components

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