본문으로 건너뛰기

onClearAll

Description

스케줄러의 데이터가 모두 삭제된 후 한 번 호출됩니다.

onClearAll: () => void

Example

scheduler.attachEvent("onClearAll", function (){
//여기에 사용자 정의 로직 작성
});

Details

이 이벤트는 clearAll 메서드에서 호출됩니다.

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.