# TextAlignment
Horizontal text alignment for a TextLayer.

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

## TextAlignment type

Horizontal text alignment for a [TextLayer](/en/creator-api/nodes/text-layer).

**Signature:**

```typescript
type TextAlignment = "left" | "center" | "right";
```
