@raisenow/tamaro-core
Preparing search index...
SessionStorageService
SessionStorageService
Class SessionStorageService
Implements
IStorageService
Index
Constructors
constructor
Methods
get
remove
set
Constructors
constructor
new
SessionStorageService
()
:
SessionStorageService
Returns
SessionStorageService
Methods
get
get
<
T
=
any
>
(
key
:
string
)
:
T
|
undefined
Type Parameters
T
=
any
Parameters
key
:
string
Returns
T
|
undefined
remove
remove
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
set
set
(
key
:
string
,
value
:
any
)
:
void
Parameters
key
:
string
value
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
remove
set
@raisenow/tamaro-core
Loading...