@raisenow/tamaro-core
Preparing search index...
IStorageService
IStorageService
Interface IStorageService
interface
IStorageService
{
get
:
<
T
=
any
>
(
key
:
string
)
=>
T
|
undefined
;
remove
:
(
key
:
string
)
=>
void
;
set
:
(
key
:
string
,
value
:
any
)
=>
void
;
}
Implemented by
LocalStorageService
SessionStorageService
Index
Properties
get
remove
set
Properties
get
get
:
<
T
=
any
>
(
key
:
string
)
=>
T
|
undefined
remove
remove
:
(
key
:
string
)
=>
void
set
set
:
(
key
:
string
,
value
:
any
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
remove
set
@raisenow/tamaro-core
Loading...