Optional
$destroyReturns true if the text track cue pause-on-exit flag is set, false otherwise.
Can be set.
Readonly
trackReturns the TextTrack object to which this text track cue belongs, if any, or null otherwise.
Optional
options: boolean | AddEventListenerOptionsOptional
options: boolean | AddEventListenerOptionsDispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Optional
options: boolean | EventListenerOptionsOptional
options: boolean | EventListenerOptions
TextTrackCues represent a string of text that will be displayed for some duration of time on a TextTrack. This includes the start and end times that the cue will be displayed. A TextTrackCue cannot be used directly, instead one of the derived types (e.g. VTTCue) must be used.
MDN Reference