height property
The height property of the
HTMLObjectElement interface Returns a string that
reflects the
height
HTML attribute, specifying the
displayed height of the resource in CSS pixels.
Implementation
external String get height;
Implementation
external set height(String value);