<!-- 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. (ScreenOrientationType enum)

<b>Signature:</b>

```typescript
type: ('portraitPrimary' | 'portraitSecondary' | 'landscapePrimary' | 'landscapeSecondary');
```