ResizeEventArgs
23 Sep 20251 minute to read
An interface that holds options to control resize action on appointments.
Properties
cancel boolean
Defines the cancel option.
data Record
Returns the resize event data.
element HTMLElement
Returns the resize element.
endTime Date
Returns the end time of the clone element.
event MouseEvent
Returns the mouse event.
groupIndex number
Returns the group index of the clone element.
interval number
Allows to define the interval in minutes for resizing the appointments.
name string
Specifies name of the event.
scroll ScrollOptions
Allows to define the scroll related actions while resizing to the edges of scheduler.
startTime Date
Returns the start time of the clone element.