Enums

The following enums are available in the Scheduler component:

NameValueDescription
ScrollToMode
'Auto' | 'CurrentTime' | 'WorkHour'

Determines how the Scheduler chooses the vertical scroll target when a view is first rendered.

  • Auto - Prefer current time when available, otherwise use work hour start.
  • CurrentTime - Scroll to the current time indicator when present.
  • WorkHour - Scroll to the start of the defined work hours.