PromptBoxActionButton
Component
Represents the PromptBox Action Button component. Receives default props from the parent PromptBox component.
Definition
Package:@progress/kendo-react-conversational-ui
Syntax:
tsx
<PromptBox
actionButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxActionButton {...props.actionButtonProps} />
<span>Custom content</span>
</>
)}
/>
Properties
props
PromptBoxActionButtonProps intersected with RefAttributes<ButtonHandle>
The props of the PromptBoxActionButton component.