Skip to content

PathNode

Defined in: src/primitive/index.ts:45

Member-access path node, e.g. values.password → path: [“values”, “password”]. The outputSchema is resolved by walking the (possibly nested) schema.

TPath extends readonly string[] = readonly string[]

TOutputSchema = "unknown"

node: "path"

Defined in: src/primitive/index.ts:30

ASTNode.node


outputSchema: TOutputSchema

Defined in: src/primitive/index.ts:31

ASTNode.outputSchema


path: TPath

Defined in: src/primitive/index.ts:49