mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
893 B
Markdown
21 lines
893 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetDeviceOrientationOverrideRequest](./puppeteer.protocol.page.setdeviceorientationoverriderequest.md)
|
|
|
|
## Protocol.Page.SetDeviceOrientationOverrideRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetDeviceOrientationOverrideRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [alpha](./puppeteer.protocol.page.setdeviceorientationoverriderequest.alpha.md) | number | Mock alpha |
|
|
| [beta](./puppeteer.protocol.page.setdeviceorientationoverriderequest.beta.md) | number | Mock beta |
|
|
| [gamma](./puppeteer.protocol.page.setdeviceorientationoverriderequest.gamma.md) | number | Mock gamma |
|
|
|