ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/react
hooks/useWidgetInstance
ChatBotKitWidgetInstance
Type Alias ChatBotKitWidgetInstance
ChatBotKitWidgetInstance
:
HTMLElement
&
{
functions
?:
Record
<
string
,
WidgetFunction
>
|
null
;
messages
?:
WidgetMessage
[]
|
null
;
notifications
?:
Record
<
string
,
WidgetNotification
>
|
null
;
ready
:
boolean
;
readyPromise
:
Promise
<
boolean
>
;
restartConversation
:
WidgetRestartConversationFn
;
sendMessage
:
WidgetSendMessageFn
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
ChatBotKit Node SDK
Loading...