跳到主要内容

onBeforeGanttReady

Description

在 dhtmlxGantt 初始化开始之前触发

onBeforeGanttReady: () => void;

Example

gantt.attachEvent("onBeforeGanttReady", function(){
// 在此处放置任何自定义逻辑
});