Documentation / @agentick/tui / UseLineEditorOptions
Interface: UseLineEditorOptions ​
Defined in: hooks/use-line-editor.ts:15
Properties ​
bindings? ​
optionalbindings: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