@raisenow/tamaro-core
Preparing search index...
LocalStorageService
LocalStorageService
Class LocalStorageService
Implements
IStorageService
Index
Constructors
constructor
Methods
get
remove
set
Constructors
constructor
new
LocalStorageService
()
:
LocalStorageService
Returns
LocalStorageService
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...