Interface: ObjectFieldNode¶
Defined in: core/src/types/ast.ts:551
Canonical object field with its own source location.
Extends¶
Properties¶
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:497
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¶
name¶
readonlyname:string
Defined in: core/src/types/ast.ts:553
type¶
readonlytype:"ObjectFieldNode"
Defined in: core/src/types/ast.ts:552
Overrides¶
value¶
readonlyvalue:ValueNode
Defined in: core/src/types/ast.ts:554