zeed
Preparing search index...
LocalStorage
Class LocalStorage<T>
Type Parameters
T
=
Json
Implements
ObjectStorage
<
T
>
Index
Constructors
constructor
Methods
all
Keys
clear
get
Item
remove
Item
set
Item
Constructors
constructor
new
LocalStorage
<
T
=
Json
>
(
opt
:
LocalStorageOptions
)
:
LocalStorage
<
T
>
Type Parameters
T
=
Json
Parameters
opt
:
LocalStorageOptions
Returns
LocalStorage
<
T
>
Methods
all
Keys
allKeys
()
:
string
[]
Returns
string
[]
clear
clear
()
:
void
Returns
void
get
Item
getItem
(
key
:
string
)
:
T
|
undefined
Parameters
key
:
string
Returns
T
|
undefined
remove
Item
removeItem
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
set
Item
setItem
(
key
:
string
,
value
:
T
)
:
void
Parameters
key
:
string
value
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
all
Keys
clear
get
Item
remove
Item
set
Item
zeed
Loading...