region property

VTTRegion? get region

The region property of the VTTCue interface returns and sets the VTTRegion that this cue belongs to.

Implementation

external VTTRegion? get region;
set region (VTTRegion? value)

Implementation

external set region(VTTRegion? value);