# AlignDirection
The direction for alignment operations.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## AlignDirection type

The direction for alignment operations.

**Signature:**

```typescript
type AlignDirection = "left" | "right" | "top" | "bottom" | "horizontal-center" | "vertical-center";
```
