SchedulerMoreEventsClickEvent
Event arguments provided when the "+n more events" indicator is clicked in the scheduler's Month view. Contains all events for the clicked date or time slot to enable custom display or filtering logic. Enables developers to implement custom event expansion behaviors or alternative event display strategies.
Props
The following table outlines the props for the SchedulerMoreEventsClickEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| cancel | boolean | - | Set to true to cancel the more events popup expansion and implement custom event display logic. Allows full control over how overflowing events are presented to users. |
| data | Record<string, any[]> | - | An array of all event objects for the clicked date or time slot. Provides context for custom display, filtering, or aggregation logic. |