Skip to content

Documentation / @agentick/react / LineEditorSnapshot

Interface: LineEditorSnapshot ​

Defined in: client/src/line-editor.ts:19

Properties ​

completedRanges ​

readonly completedRanges: readonly CompletedRange[]

Defined in: client/src/line-editor.ts:23


completion ​

readonly completion: CompletionState | null

Defined in: client/src/line-editor.ts:22


cursor ​

readonly cursor: number

Defined in: client/src/line-editor.ts:21


value ​

readonly value: string

Defined in: client/src/line-editor.ts:20

Released under the ISC License.