onAfterLightbox
Description
Срабатывает сразу после того, как пользователь закрывает lightbox (форму редактирования)
onAfterLightbox: () => void
Example
scheduler.attachEvent("onAfterLightbox", function (){
//любая ваша кастомная логика здесь
});
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.