Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
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 (
View Summary
)
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
newValue
?:
null
|
string
Optional
old
Value
oldValue
?:
null
|
string
Optional
storage
Area
storageArea
?:
null
|
Storage
Optional
url
url
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
key
new
Value
old
Value
storage
Area
url
Waze Map Editor JavaScript SDK
Loading...