@vk-io/session
Preparing search index...
SessionManager
Class SessionManager<T>
Type Parameters
T
=
object
Index
Constructors
constructor
Properties
context
Key
get
Storage
Key
storage
Accessors
middleware
Constructors
constructor
new
SessionManager
<
T
=
object
>
(
options
?:
Partial
<
ISessionManagerOptions
<
T
>
>
,
)
:
SessionManager
<
T
>
Type Parameters
T
=
object
Parameters
options
:
Partial
<
ISessionManagerOptions
<
T
>
>
= {}
Returns
SessionManager
<
T
>
Properties
Protected
context
Key
contextKey
:
string
Protected
get
Storage
Key
getStorageKey
:
(
context
:
IContext
&
object
)
=>
string
Type Declaration
(
context
:
IContext
&
object
)
:
string
Returns the key for session storage
Parameters
context
:
IContext
&
object
Returns
string
Protected
storage
storage
:
ISessionStorage
Accessors
middleware
get
middleware
()
:
Middleware
<
IContext
>
Returns the middleware for embedding
Returns
Middleware
<
IContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
context
Key
get
Storage
Key
storage
Accessors
middleware
@vk-io/session
Loading...
Returns the key for session storage