Skip to main content

Viewport.width property

The page width in pixels.

Signature:

interface Viewport {
width: number;
}