跳转到主要内容

onAfterBatchUpdate

Description

batchUpdate 方法执行完成后立即触发

onAfterBatchUpdate: () => void

Example

scheduler.attachEvent("onAfterBatchUpdate", function(){
// 你的代码写在这里
});

Change log

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