Interface TextTrackCueEventMap

The events fired by the TextTrackCue.

interface TextTrackCueEventMap {
    enter: TextTrackCueEnterEvent;
    exit: TextTrackCueExitEvent;
    update: TextTrackCueUpdateEvent;
}

Properties

Properties

Fired when the cue is entered.

Fired when the cue is exited.

Fired when the cue is updated.