Chartbreaker
Preparing search index...
bundle
<internal>
KeyValueStore
Type Alias KeyValueStore
A simple key/value interface that can have only strings as keys and values.
type
KeyValueStore
=
{
getItem
(
key
:
string
)
:
null
|
string
;
setItem
(
key
:
string
,
value
:
string
)
:
void
;
}
Index
Methods
get
Item
set
Item
Methods
get
Item
getItem
(
key
:
string
)
:
null
|
string
Parameters
key
:
string
Returns
null
|
string
set
Item
setItem
(
key
:
string
,
value
:
string
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Item
set
Item
Legacy Docs
Impressum
Datenschutz/Privacy
Chartbreaker
Loading...
A simple key/value interface that can have only strings as keys and values.