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