# FlipDirection
The direction for flip operations.

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

## FlipDirection type

The direction for flip operations.

**Signature:**

```typescript
type FlipDirection = "horizontal" | "vertical";
```
