ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/react
actions/complete
ValidatingParametersSchema
Type Alias ValidatingParametersSchema
ValidatingParametersSchema
:
{
schema
:
BasicParametersSchema
;
validate
(
value
:
any
)
:
Promise
<
{
error
?:
Error
;
valid
:
boolean
}
>
;
}
Type Declaration
schema
:
BasicParametersSchema
validate
:
function
validate
(
value
:
any
)
:
Promise
<
{
error
?:
Error
;
valid
:
boolean
}
>
Parameters
value
:
any
Returns
Promise
<
{
error
?:
Error
;
valid
:
boolean
}
>
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...