본문으로 건너뛰기

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.