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

onTimelineCreated

Description

Срабатывает один раз после настройки вида Timeline, но до его отображения на странице (применимо только к виду Timeline)

onTemplatesReady: (config: object) => void

Parameters

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

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.