ClipboardData
Interface
Represents the object that is returned form the populateClipboardData function.
Definition
Package:@progress/kendo-react-data-tools
Properties
clipboardData
string
When the action is copy or cut - the Grid data, copied to the clipboard, in Excel-compatible format.
When the action is paste - the current clipboard data, available in the original DOM event.
A collection of the ClipboardItem that are selected.
A collection of the ClipboardItem that are pasted.