Skip to content

Documentation / @agentick/react / UseLineEditorOptions

Interface: UseLineEditorOptions ​

Defined in: react/src/hooks/use-line-editor.ts:18

Properties ​

bindings? ​

optional bindings: Record<string, string>

Defined in: react/src/hooks/use-line-editor.ts:20


onSubmit() ​

onSubmit: (value) => void

Defined in: react/src/hooks/use-line-editor.ts:19

Parameters ​

value ​

string

Returns ​

void

Released under the ISC License.