TextTrack
https://html.spec.whatwg.org/multipage/media.html#texttrack
Extends
Properties
id
readonlyid:string
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-id.
kind
readonlykind:string
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-kind.
label
readonlylabel:string
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-label.
language
readonlylanguage:string
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-language.
inBandMetadataTrackDispatchType
readonlyinBandMetadataTrackDispatchType:string
https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-inbandmetadatatrackdispatchtype
mode
mode: TextTrackMode
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-mode.
cues
readonlycues: TextTrackCueList
https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-cues
activeCues
readonlyactiveCues: TextTrackCueList
https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-activecues
oncuechange
oncuechange:
EventHandler
https://html.spec.whatwg.org/multipage/media.html#handler-texttrack-oncuechange
Methods
addCue()
addCue(cue: TextTrackCue):
void
https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-addcue
Parameters
cue
removeCue()
removeCue(cue: TextTrackCue):
void
https://html.spec.whatwg.org/multipage/media.html#dom-texttrack-removecue
Parameters
cue
Last updated: Jul 22, 2026

