mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
825 B
Markdown
20 lines
825 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)
|
|
|
|
## 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). |
|
|
|