Typescript Library Declarations (DOM)
Interface TrackEventInit
interface
TrackEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
track
?:
TextTrack
;
}
Hierarchy
EventInit
TrackEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
track?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
track
track
?:
TextTrack
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
track
Typescript Library Declarations (DOM)