본문으로 건너뛰기

onEventDragIn

Description

드래그된 이벤트가 스케줄러에 진입할 때 발생합니다

onEventDragIn: (id: string, e: Event) => void;

Parameters

  • id - (required) string - 이벤트의 id
  • e - (required) Event - 네이티브 이벤트 객체

Example

scheduler.attachEvent("onEventDragIn", function (id, e){
//여기에 커스텀 로직 작성
});

Details

노트

이 이벤트는 서로 다른 스케줄러 간의 drag-and-drop 동작 중에만 발생합니다.

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.