activeCues property

TextTrackCueList? activeCues

Returns the text track cues from the text track list of cues that are currently active (i.e. that start before the current playback position and end after it), as a TextTrackCueList object.

MDN Reference

Implementation

_i3.TextTrackCueList? get activeCues => _i4.getProperty(
      this,
      'activeCues',
    );