Interface: ExtendOperation¶
Defined in: core/src/types/ast.ts:702
Canonical extension operation.
Extends¶
Properties¶
extension¶
readonlyextension:CanonicalExtendBlock
Defined in: core/src/types/ast.ts:704
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:705
type¶
readonlytype:"ExtendOperation"
Defined in: core/src/types/ast.ts:703