본문으로 건너뛰기

onDestroy

Description

스케줄러가 destructor 메서드를 사용하여 해제된 후 한 번 트리거됩니다.

onDestroy: () => void

Example

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

scheduler.destructor();

Change log

  • 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.