TextTrackCue
https://html.spec.whatwg.org/multipage/media.html#texttrackcue
Extends
Properties
track?
optionalreadonlytrack: TextTrack| null
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-track.
id
id:
string
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-id.
startTime
startTime:
number
For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-starttime.
endTime
endTime:
number
https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-endtime. TODO : unrestricted double?
pauseOnExit
pauseOnExit:
boolean
https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-pauseonexit
onenter
onenter:
EventHandler
For additional information, see https://html.spec.whatwg.org/multipage/media.html#handler-texttrackcue-onenter.
onexit
onexit:
EventHandler
For additional information, see https://html.spec.whatwg.org/multipage/media.html#handler-texttrackcue-onexit.
Last updated: Jul 22, 2026

