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