跳转到主要内容

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.