跳到主要内容

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.