* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
39 lines
489 B
Markdown
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
|