getCueById method

TextTrackCue? getCueById(
  1. String id
)

The getCueById() method of the TextTrackCueList interface returns the first VTTCue in the list represented by the TextTrackCueList object whose identifier matches the value of id.

Implementation

external TextTrackCue? getCueById(String id);