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

16 lines
209 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Viewport.isLandscape
---
# Viewport.isLandscape property
Specifies if the viewport is in landscape mode.
**Signature:**
```typescript
interface Viewport {
isLandscape?: boolean;
}
```