New to Kendo UI for Angular? Start a free 30-day trial
GridClipboardEventType
Defines the possible values for the type property of GridClipboardEvent.
type GridClipboardEventType = "copy" | "cut" | "paste";