Documentation / @agentick/react / LineEditorSnapshot
Interface: LineEditorSnapshot
Defined in: client/src/line-editor.ts:19
Properties
completedRanges
readonlycompletedRanges: readonlyCompletedRange[]
Defined in: client/src/line-editor.ts:23
completion
readonlycompletion:CompletionState|null
Defined in: client/src/line-editor.ts:22
cursor
readonlycursor:number
Defined in: client/src/line-editor.ts:21
value
readonlyvalue:string
Defined in: client/src/line-editor.ts:20