본문으로 건너뛰기

onEventChanged

Description

사용자가 이벤트 편집을 완료하고 업데이트를 저장할 때(이벤트 바 또는 상세 창에서 편집 및 저장 버튼 클릭 후) 한 번 트리거됩니다.

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

Parameters

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

Example

scheduler.attachEvent("onEventChanged", function(id,ev){
//여기에 사용자 정의 로직 작성
});
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.