SmartPasteClickEvent
Interface
Represents the click event of the SmartPasteButton.
Definition
Package:@progress/kendo-vue-buttons
Properties
event
Event
The original DOM event.
The request data containing clipboard content and form fields.
setResponse
(response: SmartPasteResponse) => void
A callback function to set the response with field values to populate.
Parameters:responseSmartPasteResponse