CellClickEventArgs

12 Sep 20251 minute to read

An interface that holds options to control the cell click action.

Properties

cancel boolean

Defines the cancel option.

element HTMLElement|HTMLElement[]

Returns the single or collection of HTML element(s).

endTime Date

Returns the end time of the cell.

event Event

Defines the type of the event.

groupIndex number

Returns the group index of the cell.

isAllDay boolean

Returns true or false, based on whether the clicked cell is all-day or not.

name string

Specifies name of the event.

startTime Date

Returns the start time of the cell.