甘特图 API事件onBeforeGanttReady页面内容onBeforeGanttReady Description 在 dhtmlxGantt 初始化开始之前触发 onBeforeGanttReady: () => void;Examplegantt.attachEvent("onBeforeGanttReady", function(){ // 在此处放置任何自定义逻辑});Related API onGanttReady