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

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
track?: null | TextTrack

Generated using TypeDoc