ScopedSpec
Defined in: output-transform/spec.ts:302
Apply a transform within a sub-path, optionally iterating over each element.
Replaces the .* wildcard string convention with a first-class AST node.
When each is true, the inner transform is applied to every element (array)
or value (record) at the path.
Properties
Section titled “Properties”
readonlyeach:boolean
Defined in: output-transform/spec.ts:305
readonlykind:"scoped"
Defined in: output-transform/spec.ts:303
readonlypath:Path
Defined in: output-transform/spec.ts:304
transform
Section titled “transform”
readonlytransform:OutputTransformSpec
Defined in: output-transform/spec.ts:306