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