ClipboardDataEvent
Interface
Represents the object of the ClipboardDataEvent event.
Definition
Package:@progress/kendo-react-data-tools
Properties
cellDelimiter?
string
Sets the cell delimiter used when manipulating the clipboard data Defaults to \t.
All the Grid columns. It takes value of type of ColumnBaseProps<CellProps>[]
copyHeaders?
boolean
Passes the clipboard prop copyHeaders value in the clipboard action.
dataItem?
any
This is the item that is clicked if the action is raised from the contextMenu.
dataItemKey
string
Passes the dataItemKey prop in the clipboard action.
field?
string
This is the column field that is clicked if the action is raised from the contextMenu.
nativeEvent?
ClipboardEvent
Represents the native ClipboardEvent
newLineDelimiter?
string
Sets the row delimiter used when manipulating the clipboard data Defaults to \r\n.
Represents the type of the clipboard action.