16 lines
172 B
Markdown
16 lines
172 B
Markdown
---
|
|
sidebar_label: Viewport.height
|
|
---
|
|
|
|
# Viewport.height property
|
|
|
|
The page height in pixels.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface Viewport {
|
|
height: number;
|
|
}
|
|
```
|