onSchedulerReady
Description
Fires after scheduler initialization is complete, but the scheduler is not rendered on the page yet.
onSchedulerReady: () => void
Example
scheduler.attachEvent("onSchedulerReady", function(){
//any custom logic here
});
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.