ComposerProps
Defined in: packages/react/src/chat.tsx:94
Properties
onSend?
optional onSend?: (text) => void;Defined in: packages/react/src/chat.tsx:96
Submit handler — receives the trimmed text; the input clears.
Parameters
| Parameter | Type |
|---|---|
text | string |
Returns
void
placeholder?
optional placeholder?: string;Defined in: packages/react/src/chat.tsx:98
Placeholder. Default "Message Valora…".