Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

TextTrackCue

https://html.spec.whatwg.org/multipage/media.html#texttrackcue

Extends

Properties

track?

optional readonly track: 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