Interface: TextValueNode¶
Defined in: core/src/types/ast.ts:481
Canonical triple-quoted text value.
Extends¶
Properties¶
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:467
column¶
readonlycolumn:number
Column number (1-indexed)
file¶
readonlyfile:string
File path
line¶
readonlyline:number
Line number (1-indexed)
offset?¶
readonlyoptionaloffset?:number
Byte offset from start of file
Inherited from¶
type¶
readonlytype:"TextValueNode"
Defined in: core/src/types/ast.ts:482
Overrides¶
value¶
readonlyvalue:string
Defined in: core/src/types/ast.ts:483