Перейти к основному содержимому

onDestroy

Description

Срабатывает один раз после очистки планировщика с помощью метода destructor

onDestroy: () => void

Example

scheduler.attachEvent("onDestroy", function(){
alert("освободить пользовательские ресурсы");
});

scheduler.destructor();

Change log

  • добавлено в версии 6.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.