Skip to main content

onAfterLightbox

Description

Fires after the user has closed the lightbox (edit form)

onAfterLightbox: () => void;

Example

gantt.attachEvent("onAfterLightbox", function (){
//any custom logic here
});