跳转到主要内容

onQuickInfo

Description

当弹出编辑表单显示时触发

onQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - 事件 ID

Example

scheduler.attachEvent("onQuickInfo",function(eventId){
// 在这里编写您的代码
});

Details

注释

该事件需要启用 quick_info 插件。

Change log

  • 版本 4.4 中新增
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.