跳转到主要内容

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.