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

onParse

Description

Вызывается после того, как данные распарсены (становятся доступными для API), но до того, как данные будут отрисованы в Scheduler

onParse: () => void

Example

scheduler.init("scheduler_here");
scheduler.attachEvent("onParse", function(){alert("Data was parsed")});
scheduler.parse(events);
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.