SchedulerEventClickEvent

Event arguments provided when a scheduler event is clicked or tapped. Contains the event data and DOM reference for custom interaction handling.

Props

The following table outlines the props for the SchedulerEventClickEvent:

NameTypeDefaultDescription
cancel
boolean
-

Set to true to cancel the default event click behavior (e.g., preventing event editor from opening).

data
Record<string, any>
-

The complete event data object containing all event properties and custom fields.

element
HTMLElement
-

The DOM element of the clicked event, enabling direct styling or inspection if needed.

event
MouseEvent<HTMLElement>
-

The native React MouseEvent triggered by clicking the event element.