Skip to main content

onDestroy

Description

Fires after scheduler has been cleared by the destructor method

onDestroy: () => void

Example

scheduler.attachEvent("onDestroy", function(){
alert("free custom resources");
});

scheduler.destructor();

Change log

  • added in v6.0
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.