New to KendoReact? Learn about KendoReact Free.
SmartPasteClickEvent
Updated on Feb 6, 2026
Represents the click event for the SmartPasteButton component. Extends the standard React mouse event with additional properties for smart paste functionality.
| Name | Type | Default | Description |
|---|---|---|---|
requestData |
|
The request data containing clipboard content and form fields. | |
setResponse |
|
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. |