innerHeight property

int get innerHeight

The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.

The value of innerHeight is taken from the height of the window's . The width can be obtained using the Window.innerWidth property.

Implementation

external int get innerHeight;