Interface: BlockOperation¶
Defined in: core/src/types/ast.ts:693
Canonical block declaration operation.
Extends¶
Properties¶
block¶
readonlyblock:CanonicalBlock
Defined in: core/src/types/ast.ts:695
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¶
sourceLayerId¶
readonlysourceLayerId:string
Defined in: core/src/types/ast.ts:696
type¶
readonlytype:"BlockOperation"
Defined in: core/src/types/ast.ts:694