activeCues property
TextTrackCueList?
get
activeCues
The activeCues
read-only property of the TextTrack interface
returns a TextTrackCueList object listing the currently active cues.
Implementation
external TextTrackCueList? get activeCues;