nodeguy/website/docs/api/generated/enums/screenorientation.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

46 lines
872 B
Markdown

---
id: "screenorientation"
title: "ScreenOrientation"
sidebar_label: "ScreenOrientation"
---
## Index
### Enumeration members
* [InvertedLandscapeOrientation](screenorientation.md#invertedlandscapeorientation)
* [InvertedPortraitOrientation](screenorientation.md#invertedportraitorientation)
* [LandscapeOrientation](screenorientation.md#landscapeorientation)
* [PortraitOrientation](screenorientation.md#portraitorientation)
* [PrimaryOrientation](screenorientation.md#primaryorientation)
## Enumeration members
### InvertedLandscapeOrientation
**InvertedLandscapeOrientation**: = 8
___
### InvertedPortraitOrientation
**InvertedPortraitOrientation**: = 4
___
### LandscapeOrientation
**LandscapeOrientation**: = 2
___
### PortraitOrientation
**PortraitOrientation**: = 1
___
### PrimaryOrientation
**PrimaryOrientation**: = 0