본문으로 건너뛰기

onEventUnselected

Description

사용자가 다른 이벤트를 선택하여 이벤트 선택을 해제할 때 트리거됩니다.

onEventUnselected: (id: string) => void;

Parameters

  • id - (required) string - 선택 해제된 이벤트의 id

Example

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