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