Interface: RawSegment
Defined in: src/batteries/media/pipe.ts:106
One parsed segment: verb words plus named args, all position-bearing.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | Map<string, RawArgValue> | The parsed named args, in source order. | src/batteries/media/pipe.ts:112 |
known | boolean | Whether verb resolved against the verb table. | src/batteries/media/pipe.ts:110 |
span | SourceSpan | Source position of the verb token(s). | src/batteries/media/pipe.ts:114 |
verb | string | Canonical verb id when fold-matching succeeded, else the raw folded text. | src/batteries/media/pipe.ts:108 |