Skip to content

Documentation / @agentick/sandbox / EditChange

Interface: EditChange ​

Defined in: edit.ts:42

Properties ​

added ​

added: number

Defined in: edit.ts:48

Lines added.


line ​

line: number

Defined in: edit.ts:44

1-based line where the change starts.


removed ​

removed: number

Defined in: edit.ts:46

Lines removed.

Released under the ISC License.