text property
String
get
text
The text
property of the VTTCue interface represents the text
contents of the cue.
Implementation
external String get text;
set
text
(String value)
Implementation
external set text(String value);