puppeteer/new-docs/puppeteer.protocol.emulation.setvisiblesizerequest.md
2020-07-13 14:01:35 +01:00

20 lines
825 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetVisibleSizeRequest](./puppeteer.protocol.emulation.setvisiblesizerequest.md)
## Protocol.Emulation.SetVisibleSizeRequest interface
<b>Signature:</b>
```typescript
export interface SetVisibleSizeRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [height](./puppeteer.protocol.emulation.setvisiblesizerequest.height.md) | [integer](./puppeteer.protocol.integer.md) | Frame height (DIP). |
| [width](./puppeteer.protocol.emulation.setvisiblesizerequest.width.md) | [integer](./puppeteer.protocol.integer.md) | Frame width (DIP). |