height property

String get height

The height property of the HTMLIFrameElement interface returns a string that reflects the height attribute of the iframe element, indicating the height of the frame in CSS pixels.

Implementation

external String get height;
set height (String value)

Implementation

external set height(String value);