Skip to main content

onDestroy

Description

Called after gantt has been cleared by the destructor method

onDestroy: () => void;

Example

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

gantt.destructor();
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.