New to KendoReactStart a free 30-day trial

Represents the PromptBox Action Button component. Receives default props from the parent PromptBox component.

A Functional 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.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support