Session Storage Key

enum SessionStorageKey

This enum consists of all keys stored in window.sessionStorage via the Storage Service. They are prefixed and not used as-is.

session-storage-key.enum.ts
export enum SessionStorageKey {}

Last updated