# FlowStepDto

**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#L68)

One step to replay. Mirrors the api-side CapturedStepDto so a CapturedFlow can
be forwarded to the worker verbatim.

## Properties

| Property | Type |
|---|---|
| `order` | `number` |
| `action` | `FlowAction` |
| `selector` | `string` |
| `xpath` | `string` |
| `elementText` | `string` |
| `url` | `string` |
| `value` | `string` |
| `boundingBox` | `FlowBoundingBoxDto` |
| `redactions` | `FlowRedactBoxDto[]` |
