Skip to main content

onBeforeGanttReady

Description

Fires before the dhtmlxGantt initialization is started

onBeforeGanttReady: () => void;

Example

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