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