본문으로 건너뛰기

onEventDeleted

Description

이벤트가 삭제된 직후에 트리거됩니다 (버전 3.0 이상부터 사용 가능)

onEventDeleted: (id: string, ev: object) => void;

Parameters

  • id - (required) string - 이벤트의 id
  • ev - (required) object - 이벤트 객체

Example

scheduler.attachEvent("onEventDeleted", function(id,ev){
// 커스텀 코드
});

Details

이 이벤트는 DataProcessor 라이브러리 사용 여부와 관계없이 발생합니다.

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.