cues property

TextTrackCueList? get cues

The cues read-only property of the TextTrack interface returns a TextTrackCueList object containing all of the track's cues.

Implementation

external TextTrackCueList? get cues;