THEOplayer > TextTrackExitCueEvent
Inherits from Event<'exitcue'>. See parent page for inherited properties and methods.
Fired when a cue of the text track has exited.
Signature:
export interface TextTrackExitCueEvent extends Event<'exitcue'>
Property |
Type |
Description |
---|---|---|
The cue from the text track that has exited. |
The cue from the text track that has exited.
Signature:
readonly cue: TextTrackCue;