Skip to content

Documentation / @agentick/client / CompletionState

Interface: CompletionState ​

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

Properties ​

from ​

readonly from: number

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


items ​

readonly items: readonly CompletionItem[]

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


loading ​

readonly loading: boolean

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


query ​

readonly query: string

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


selectedIndex ​

readonly selectedIndex: number

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


sourceId ​

readonly sourceId: string

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

Released under the ISC License.