Skip to content

Documentation / @agentick/tui / UseLineEditorOptions

Interface: UseLineEditorOptions ​

Defined in: hooks/use-line-editor.ts:15

Properties ​

bindings? ​

optional bindings: Record<string, string>

Defined in: hooks/use-line-editor.ts:17


onSubmit() ​

onSubmit: (value) => void

Defined in: hooks/use-line-editor.ts:16

Parameters ​

value ​

string

Returns ​

void

Released under the ISC License.