UNPKG

@empathyco/x-components

Version:
55 lines (26 loc) 962 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DefaultExternalTaggingService](./x-components.defaultexternaltaggingservice.md) &gt; [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 <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> id </td><td> string </td><td> _(Optional)_ The id of the result to move to the session storage. </td></tr> </tbody></table> **Returns:** void