Hex Core JS
Preparing search index...
Core
LocalStorageContextValue
Type Alias LocalStorageContextValue
type
LocalStorageContextValue
=
{
getItem
:
<
T
>
(
key
:
string
,
filterType
?:
TypeFilter
<
T
>
)
=>
T
;
hasItem
:
(
key
:
string
)
=>
boolean
;
removeItem
:
(
key
:
string
)
=>
void
;
setItem
:
(
key
:
string
,
value
:
LocalStorageValue
|
LocalStorageValueSetter
,
)
=>
void
;
}
Index
Properties
get
Item
has
Item
remove
Item
set
Item
Properties
get
Item
getItem
:
<
T
>
(
key
:
string
,
filterType
?:
TypeFilter
<
T
>
)
=>
T
has
Item
hasItem
:
(
key
:
string
)
=>
boolean
remove
Item
removeItem
:
(
key
:
string
)
=>
void
set
Item
setItem
:
(
key
:
string
,
value
:
LocalStorageValue
|
LocalStorageValueSetter
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Item
has
Item
remove
Item
set
Item
Hex Core JS
Loading...