跳到主要内容

onBeforeBatchUpdate

Description

batchUpdate 方法执行之前触发

onBeforeBatchUpdate: () => void;

Example

gantt.attachEvent("onBeforeBatchUpdate", function(){
// 在这里编写你的代码
});

Change log

  • 4.0 版本新增
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.