Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
StorageEventInit
Interface StorageEventInit
interface
StorageEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
key
?:
null
|
string
;
newValue
?:
null
|
string
;
oldValue
?:
null
|
string
;
storageArea
?:
null
|
Storage
;
url
?:
string
;
}
Hierarchy-Diagram
Legend
interface
public property
Hierarchy (
view full
)
EventInit
StorageEventInit
Index
Properties
bubbles?
cancelable?
composed?
key?
new
Value?
old
Value?
storage
Area?
url?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
key
key
?:
null
|
string
Optional
new
Value
new
Value
?:
null
|
string
Optional
old
Value
old
Value
?:
null
|
string
Optional
storage
Area
storage
Area
?:
null
|
Storage
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bubbles
cancelable
composed
key
new
Value
old
Value
storage
Area
url
Official Cockpit API Documentation
Houston Common Library
Loading...