# MaskMode
Mode for mask operations.

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

## MaskMode type

Mode for mask operations.

**Signature:**

```typescript
type MaskMode = "add" | "subtract";
```
