On this page

Interface TrackEventInit

interface TrackEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    track?: TextTrack | null;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
track?: TextTrack | null
Was this helpful?
SDK JS
Reference
TrackEventInit