14 lines
543 B
Markdown
14 lines
543 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) > [VisualViewport](./puppeteer.protocol.page.visualviewport.md) > [clientHeight](./puppeteer.protocol.page.visualviewport.clientheight.md)
|
||
|
|
||
|
## Protocol.Page.VisualViewport.clientHeight property
|
||
|
|
||
|
Height (CSS pixels), excludes scrollbar if present.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
clientHeight: number;
|
||
|
```
|