New to KendoReactStart a free 30-day trial

Event argument for the PromptBox onPromptAction event.

Definition

Package:@progress/kendo-react-conversational-ui

Properties

attachments

UploadFileInfo[]

The currently attached files when the action button is clicked. Allows accessing attachments without requiring controlled mode.

A native DOM event.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.

value

string

The current value of the PromptBox when the action button is clicked. Allows accessing the message content without requiring controlled mode.