height property

String get height

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;
set height (String value)

Implementation

external set height(String value);