Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
TrackEventInit
Interface TrackEventInit
interface
TrackEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
track
?:
null
|
TextTrack
;
}
Hierarchy (
view full
)
EventInit
TrackEventInit
Index
Properties
bubbles?
cancelable?
composed?
track?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
track
track
?:
null
|
TextTrack
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
track
melonjs
Loading...