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