간트 API이벤트onDestroy이 페이지에서onDestroy Description API의 destructor 메서드를 사용하여 간트 차트가 해제될 때 한 번 트리거됩니다. onDestroy: () => void;Examplegantt.attachEvent("onDestroy", function(){ alert("free custom resources");});gantt.destructor();Related API destructor