id property

String get id

The id property of the TextTrackCue interface returns and sets the identifier for this cue.

Implementation

external String get id;
set id (String value)

Implementation

external set id(String value);