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.
Extends
Section titled “Extends”ASTNode<"path",TOutputSchema>
Type Parameters
Section titled “Type Parameters”TPath extends readonly string[] = readonly string[]
TOutputSchema
Section titled “TOutputSchema”TOutputSchema = "unknown"
Properties
Section titled “Properties”node:
"path"
Defined in: src/primitive/index.ts:30
Inherited from
Section titled “Inherited from”outputSchema
Section titled “outputSchema”outputSchema:
TOutputSchema
Defined in: src/primitive/index.ts:31
Inherited from
Section titled “Inherited from”path:
TPath
Defined in: src/primitive/index.ts:49