SchedulerMoreEventsClickEvent

Event arguments provided when the "+n more events" indicator is clicked in the Scheduler. Allows custom handling of expanded event list display.

Props

The following table outlines the props for the SchedulerMoreEventsClickEvent:

NameTypeDefaultDescription
cancel
boolean
-

Set to true to cancel the more events popup open and handle expansion manually.

data
Record<string, any[]>
-

An array of all event objects for the clicked date or time slot. Useful for custom display or filtering logic.