PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
CompositionEventInit
Interface CompositionEventInit
interface
CompositionEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
data
?:
string
;
detail
?:
number
;
view
?:
Window
|
null
;
which
?:
number
;
}
Hierarchy (
View Summary
)
UIEventInit
CompositionEventInit
Index
Properties
bubbles?
cancelable?
composed?
data?
detail?
view?
which?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
data
data
?:
string
Optional
detail
detail
?:
number
Optional
view
view
?:
Window
|
null
Optional
which
which
?:
number
Deprecated
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
data
detail
view
which
GitHub
Switch to Main
PokéRogue
Loading...
Deprecated