PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
TrackEventInit
Interface TrackEventInit
interface
TrackEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
track
?:
TextTrack
|
null
;
}
Hierarchy (
View Summary
)
EventInit
TrackEventInit
Index
Properties
bubbles?
cancelable?
composed?
track?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
track
track
?:
TextTrack
|
null
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
track
GitHub
Switch to Main
PokéRogue
Loading...