Skip to main content

Viewport.height property

The page height in pixels.

Signature:

interface Viewport {
height: number;
}