Перейти к основному содержимому

onTimelineCreated

Description

Срабатывает после инициализации Timeline view, но ещё не отрисован на странице (только Timeline view)

onTemplatesReady: (config: object) => void

Parameters

  • config - (required) object - объект конфигурации Timeline view

Example

scheduler.attachEvent("onTimelineCreated", function (config){
// любая ваша логика здесь
});

Details

Это событие вызывается из метода createTimelineView.

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.