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