Interface: ArrayValueNode¶
Defined in: core/src/types/ast.ts:513
Canonical array value.
Extends¶
Properties¶
elements¶
readonlyelements: readonlyArrayElementNode[]
Defined in: core/src/types/ast.ts:515
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:"ArrayValueNode"
Defined in: core/src/types/ast.ts:514