id property
The id property of the TextTrackCue interface returns and sets the
identifier for this cue.
Implementation
external String get id;
Implementation
external set id(String value);
The id property of the TextTrackCue interface returns and sets the
identifier for this cue.
external String get id;
external set id(String value);