跳转到主要内容

onEventDragIn

Description

当拖动的事件进入调度器时触发

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

Parameters

  • id - (required) string - 事件的 id
  • e - (required) Event - 原生事件对象

Example

scheduler.attachEvent("onEventDragIn", function (id, e){
//这里编写自定义逻辑
});

Details

注释

此事件仅在不同调度器之间进行拖放操作时触发。

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.