scroll_hour
Description
Определяет начальную вертикальную позицию прокрутки в scheduler, основанную на часе в 24-часовом формате.
scroll_hour: number
Example
// scheduler изначально покажет текущий день, прокрученный до текущего часа
scheduler.config.scroll_hour = new Date().getHours();
...
scheduler.init('scheduler_here', new Date(), "week");
Default value: 0 (означает, что scheduler отображает шкалу часов, начиная с полуночи - 00:00)
Applicable views: Day view, Week view, Units view
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.