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