MapOutAstNode
MapOutAstNode =
object
Defined in: ast.ts:150
AST node representing an output transformation. Applied after emit to structurally transform the output.
Properties
Section titled “Properties”
readonlyid:NodeId
Defined in: ast.ts:152
Unique node identifier
readonlykind:"mapOut"
Defined in: ast.ts:154
Discriminator for node type
transforms
Section titled “transforms”
readonlytransforms: readonlyOutputTransformSpec[]
Defined in: ast.ts:156
Output transform specifications to apply sequentially