puppeteer/new-docs/puppeteer.protocol.emulation.screenorientationtype.md

22 lines
784 B
Markdown
Raw Normal View History

<!-- 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; [ScreenOrientationType](./puppeteer.protocol.emulation.screenorientationtype.md)
## Protocol.Emulation.ScreenOrientationType enum
<b>Signature:</b>
```typescript
export const enum ScreenOrientationType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| LandscapePrimary | <code>'landscapePrimary'</code> | |
| LandscapeSecondary | <code>'landscapeSecondary'</code> | |
| PortraitPrimary | <code>'portraitPrimary'</code> | |
| PortraitSecondary | <code>'portraitSecondary'</code> | |