Interface: MediaStep
Defined in: src/batteries/media/plan.ts:82
One transform step: a canonical verb id plus its validated content args.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | Record<string, MediaArgValue> | Validated content args for this verb. | src/batteries/media/plan.ts:89 |
span? | SourceSpan | Present when the step came from a pipe string; absent for builder/ops origins. | src/batteries/media/plan.ts:91 |
verb | string | Canonical verb id — dot-namespaced snake_case (convert, select, extract.text, sheet.update_cells, image.resize). | src/batteries/media/plan.ts:87 |