onSchedulerReady
Description
스케줄러가 초기화를 완료했지만 아직 페이지에 표시되기 전 한 번 트리거됩니다.
onSchedulerReady: () => void
Example
scheduler.attachEvent("onSchedulerReady", function(){
//여기에 사용자 정의 로직 작성
});
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.