controls property
The HTMLMediaElement.controls property reflects the
controls
HTML attribute, which controls whether user
interface controls for playing the media item will be displayed.
Implementation
external bool get controls;
Implementation
external set controls(bool value);