mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
784 B
Markdown
22 lines
784 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [Size](./puppeteer.protocol.systeminfo.size.md)
|
||
|
|
||
|
## Protocol.SystemInfo.Size interface
|
||
|
|
||
|
Describes the width and height dimensions of an entity.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Size
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [height](./puppeteer.protocol.systeminfo.size.height.md) | [integer](./puppeteer.protocol.integer.md) | Height in pixels. |
|
||
|
| [width](./puppeteer.protocol.systeminfo.size.width.md) | [integer](./puppeteer.protocol.integer.md) | Width in pixels. |
|
||
|
|