width property

String get width

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

Implementation

external String get width;
set width (String value)

Implementation

external set width(String value);