If you need to externalize session storage you can use the following interface to implement your own

Hierarchy

  • Storage

Methods

  • Parameters

    • key: string

    Returns string

  • Parameters

    • key: string

    Returns void

  • Parameters

    • key: string
    • value: string

    Returns string

Generated using TypeDoc