PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
StorageEventInit
Interface StorageEventInit
interface
StorageEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
key
?:
string
|
null
;
newValue
?:
string
|
null
;
oldValue
?:
string
|
null
;
storageArea
?:
Storage
|
null
;
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
?:
string
|
null
Optional
new
Value
newValue
?:
string
|
null
Optional
old
Value
oldValue
?:
string
|
null
Optional
storage
Area
storageArea
?:
Storage
|
null
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
key
new
Value
old
Value
storage
Area
url
GitHub
Switch to Main
PokéRogue
Loading...