본문으로 건너뛰기

onBeforeParse

Description

데이터 파싱이 시작되기 직전에 트리거됩니다.

onBeforeParse: () => void

Example

scheduler.init("scheduler_here");
scheduler.attachEvent("onBeforeParse", function(){
//여기에 사용자 정의 로직 작성
});
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.