New to Kendo UI for Vue? Start a free 30-day trial
PromptBoxPromptActionEvent
Updated on Mar 30, 2026
Event argument for the PromptBox promptaction event.
| Name | Type | Default | Description |
|---|---|---|---|
attachments |
|
The currently attached files when the action button is clicked. Allows accessing attachments without requiring controlled mode. | |
event |
|
The native DOM event. | |
value |
|
The current value of the PromptBox when the action button is clicked. Allows accessing the message content without requiring controlled mode. |