PromptBoxPromptActionEvent
Interface
Event argument for the PromptBox promptaction event.
Definition
Package:@progress/kendo-vue-conversational-ui
Properties
attachments
UploadFileInfo[]
The currently attached files when the action button is clicked. Allows accessing attachments without requiring controlled mode.
event
Event
The native DOM event.
value
string
The current value of the PromptBox when the action button is clicked. Allows accessing the message content without requiring controlled mode.