본문으로 건너뛰기

onBeforeBatchUpdate

Description

batchUpdate 메서드가 실행되기 바로 전에 트리거됩니다.

onBeforeBatchUpdate: () => void

Example

scheduler.attachEvent("onBeforeBatchUpdate", 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.