BeforePasteEventArgs

12 Sep 20251 minute to read

An interface that holds the options of pasted events data

Properties

cancel boolean

Defines the cancel option.

data Record[]|string

Returns the event data which is currently being pasted on the Scheduler.

target Element

Returns the target element on which the cell is getting pasted.