puppeteer/docs/api/puppeteer.viewport.islandscape.md

13 lines
216 B
Markdown
Raw Normal View History

---
sidebar_label: Viewport.isLandscape
---
# Viewport.isLandscape property
Specifies if the viewport is in landscape mode.
**Signature:**
```typescript
interface Viewport {isLandscape?: boolean;}
```