14 lines
496 B
Markdown
14 lines
496 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [Viewport](./puppeteer.protocol.page.viewport.md) > [height](./puppeteer.protocol.page.viewport.height.md)
|
|
|
|
## Protocol.Page.Viewport.height property
|
|
|
|
Rectangle height in device independent pixels (dip).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
height: number;
|
|
```
|