跳到主要内容

onAfterBatchUpdate

Description

batchUpdate 方法被调用之后触发

onAfterBatchUpdate: () => void;

Example

gantt.attachEvent("onAfterBatchUpdate", 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.