SessionStorageService
injectable
Methods
Section titled “Methods”addTemporaryStorageEntry
Section titled “addTemporaryStorageEntry”Add a reference to a temporary localstorage entry that should be cleared when a new browser session starts. In context of forms this will be used to cleanup the layout state of forms (selected tabs etc.) that are stored locally but should only be pesisted for one browser session.
addTemporaryStorageEntry(storageKey: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| storageKey | string |