SchedulerNavigateProps
Configures automatic navigation behavior when dragging events at viewport extremes. When the user holds an event at the edge of the visible time range, the scheduler automatically navigates to the next or previous time period to enable extended dragging.
Props
The following table outlines the props for the SchedulerNavigateProps:
| Name | Type | Default | Description |
|---|---|---|---|
| enable | boolean | false | Enables or disables automatic navigation when the user holds an event at viewport extremes during dragging. When enabled, the scheduler automatically moves to the next or previous time period for extended dragging. |
| timeDelay | number | 2000 | Specifies the hold delay in milliseconds before auto-navigation is triggered (recommended: 1000-3000ms). A longer delay prevents accidental navigation from quick drag movements. |