puppeteer/new-docs/puppeteer.protocol.emulation.displayfeature.orientation.md

14 lines
621 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; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) &gt; [orientation](./puppeteer.protocol.emulation.displayfeature.orientation.md)
## Protocol.Emulation.DisplayFeature.orientation property
Orientation of a display feature in relation to screen (DisplayFeatureOrientation enum)
<b>Signature:</b>
```typescript
orientation: ('vertical' | 'horizontal');
```