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.