Interface TrackEventInit
interface TrackEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
track?: TextTrack | null;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
track?: TextTrack | null;
}
Hierarchy (View Summary)
- EventInit
- TrackEventInit
Index
Properties
Was this helpful?