track property

TextTrack? get track

The track read-only property of the TextTrackCue interface returns the TextTrack object that this cue belongs to.

Implementation

external TextTrack? get track;