14 lines
653 B
Markdown
14 lines
653 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) > [SetDeviceMetricsOverrideRequest](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.md) > [screenWidth](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.screenwidth.md)
|
|
|
|
## Protocol.Emulation.SetDeviceMetricsOverrideRequest.screenWidth property
|
|
|
|
Overriding screen width value in pixels (minimum 0, maximum 10000000).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
screenWidth?: integer;
|
|
```
|