# FlowRedactBoxDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts#L57)

A region (PERCENT 0-100 of the natural image) to BLACK OUT before upload. The
worker burns a filled rectangle into the screenshot pixels — destructive by
design, so a redacted value can never be recovered from the stored asset.

## Properties

| Property | Type |
|---|---|
| `x` | `number` |
| `y` | `number` |
| `w` | `number` |
| `h` | `number` |
