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