nodeguy/website/docs/api/generated/enums/direction.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

39 lines
489 B
Markdown

---
id: "direction"
title: "Direction"
sidebar_label: "Direction"
---
## Index
### Enumeration members
* [BottomToTop](direction.md#bottomtotop)
* [LeftToRight](direction.md#lefttoright)
* [RightToLeft](direction.md#righttoleft)
* [TopToBottom](direction.md#toptobottom)
## Enumeration members
### BottomToTop
**BottomToTop**: = 3
___
### LeftToRight
**LeftToRight**: = 0
___
### RightToLeft
**RightToLeft**: = 1
___
### TopToBottom
**TopToBottom**: = 2