coldbydefault-portfolio
Preparing search index...
components/chatbot/ChatInput
ChatInputProps
Interface ChatInputProps
interface
ChatInputProps
{
className
?:
string
;
disabled
?:
boolean
;
isLoading
:
boolean
;
onSendMessage
:
(
message
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
class
Name?
disabled?
is
Loading
on
Send
Message
Properties
Optional
class
Name
className
?:
string
Optional
disabled
disabled
?:
boolean
is
Loading
isLoading
:
boolean
on
Send
Message
onSendMessage
:
(
message
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
disabled
is
Loading
on
Send
Message
coldbydefault-portfolio
Loading...