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