KendoPasteSubscriptionOptions
Interface
Options for subscribing to smart paste events in class components.
Definition
Package:@progress/kendo-react-common
Properties
fieldName?
string
The field name to listen for in the smart paste event.
onValueChange
(value: any) => void
Callback fired when a value is received for this field from the smart paste event.
Parameters:valueany