zeed
Preparing search index...
ObjectStorage
Interface ObjectStorage<T>
interface
ObjectStorage
<
T
=
any
>
{
allKeys
:
()
=>
string
[]
;
clear
:
()
=>
void
;
getItem
:
(
key
:
string
)
=>
T
|
undefined
;
removeItem
:
(
key
:
string
)
=>
void
;
setItem
:
(
key
:
string
,
value
:
T
)
=>
void
;
}
Type Parameters
T
=
any
Implemented by
FileStorage
LocalStorage
MemStorage
Index
Properties
all
Keys
clear
get
Item
remove
Item
set
Item
Properties
all
Keys
allKeys
:
()
=>
string
[]
clear
clear
:
()
=>
void
get
Item
getItem
:
(
key
:
string
)
=>
T
|
undefined
remove
Item
removeItem
:
(
key
:
string
)
=>
void
set
Item
setItem
:
(
key
:
string
,
value
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
Keys
clear
get
Item
remove
Item
set
Item
zeed
Loading...