PromptBoxPromptActionEvent
Interface
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.
nativeEvent
any
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.