puppeteer/new-docs/puppeteer.protocol.emulation.screenorientation.type.md

14 lines
593 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; [ScreenOrientation](./puppeteer.protocol.emulation.screenorientation.md) &gt; [type](./puppeteer.protocol.emulation.screenorientation.type.md)
## Protocol.Emulation.ScreenOrientation.type property
Orientation type.
<b>Signature:</b>
```typescript
type: ('portraitPrimary' | 'portraitSecondary' | 'landscapePrimary' | 'landscapeSecondary');
```