Logos DX
Preparing search index...
@logosdx/react
<internal>
StorageEventPayload
Interface StorageEventPayload<V, K>
interface
StorageEventPayload
<
V
,
K
extends
keyof
V
=
keyof
V
>
{
key
:
K
;
value
?:
V
[
K
]
|
null
;
}
Type Parameters
V
K
extends
keyof
V
=
keyof
V
Index
Properties
key
value?
Properties
key
key
:
K
Optional
value
value
?:
V
[
K
]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
Logos DX
Loading...