width property
String
get
width
The width property of the HTMLEmbedElement interface returns a
string that reflects the width attribute of the embed element,
indicating the displayed width of the resource in CSS pixels.
Implementation
external String get width;
set
width
(String value)
Implementation
external set width(String value);