snapToLines property
bool
get
snapToLines
The snapToLines
property of the VTTCue interface is a Boolean
indicating if the VTTCue.line property is an integer number of lines, or
a percentage of the video size.
Implementation
external bool get snapToLines;
set
snapToLines
(bool value)
Implementation
external set snapToLines(bool value);