Skip to content

PromptScript API


Interface: TemplateValueNode

Defined in: core/src/types/ast.ts:489

Canonical template expression value.

Extends

Properties

loc

readonly loc: object

Defined in: core/src/types/ast.ts:467

column

readonly column: number

Column number (1-indexed)

file

readonly file: string

File path

line

readonly line: number

Line number (1-indexed)

offset?

readonly optional offset?: number

Byte offset from start of file

Inherited from

CanonicalNode.loc


name

readonly name: string

Defined in: core/src/types/ast.ts:491


type

readonly type: "TemplateValueNode"

Defined in: core/src/types/ast.ts:490

Overrides

CanonicalNode.type