Interface TrackEventInit
interface TrackEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
track?: TextTrack;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
track?: TextTrack;
}
Hierarchy
- EventInit
- TrackEventInit (View Summary)