Interface: OverrideOperation¶
Defined in: core/src/types/ast.ts:681
Canonical explicit replacement operation.
Extends¶
Properties¶
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¶
override¶
readonlyoverride:CanonicalOverrideBlock
Defined in: core/src/types/ast.ts:683
sourceLayerId¶
readonlysourceLayerId:string
Defined in: core/src/types/ast.ts:684
type¶
readonlytype:"OverrideOperation"
Defined in: core/src/types/ast.ts:682