snapToLines property
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;
Implementation
external set snapToLines(bool value);