Skip to content
1 min read · 101 words

Interface: RawArgValue

Defined in: src/batteries/media/pipe.ts:96

A parsed-but-unvalidated arg value, before the verb's arg schema refines it.

Properties

PropertyTypeDescriptionDefined in
quotedbooleanWhether the source token was a quoted string (drives json-arg parsing + name/index rules).src/batteries/media/pipe.ts:100
spanSourceSpanSource position of the value token.src/batteries/media/pipe.ts:102
valueMediaArgValueThe lowered value. Quoted strings stay strings here; schema may JSON-parse json args.src/batteries/media/pipe.ts:98