14 lines
541 B
Markdown
14 lines
541 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetVisibleSizeRequest](./puppeteer.protocol.emulation.setvisiblesizerequest.md) > [height](./puppeteer.protocol.emulation.setvisiblesizerequest.height.md)
|
||
|
|
||
|
## Protocol.Emulation.SetVisibleSizeRequest.height property
|
||
|
|
||
|
Frame height (DIP).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
height: integer;
|
||
|
```
|