跳转到主要内容

onEventSelected

Description

当用户在调度器中选择一个事件时触发

onEventSelected: (id: string) => void;

Parameters

  • id - (required) string - 被选中事件的ID

Example

scheduler.attachEvent("onEventSelected", 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.