puppeteer/website/versioned_docs/version-9.1.1/puppeteer.viewport.islandscape.md
2021-08-10 11:09:48 +01:00

14 lines
375 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Viewport](./puppeteer.viewport.md) &gt; [isLandscape](./puppeteer.viewport.islandscape.md)
## Viewport.isLandscape property
Specifies if the viewport is in landscape mode.
<b>Signature:</b>
```typescript
isLandscape?: boolean;
```