SmartPasteClickEvent
Component
Represents the click event for the SmartPasteButton component. Extends the standard React mouse event with additional properties for smart paste functionality.
Definition
Package:@progress/kendo-react-buttons
Properties
The request data containing clipboard content and form fields.
setResponse
(response: SmartPasteResponse) => void
A function to set the field values to populate in the form. Call this with the response from your API to populate the form fields.
Parameters:responseSmartPasteResponse
The response containing field values to populate