跳转到主要内容

onAfterQuickInfo

Description

在弹出事件窗体关闭后立即触发。

onAfterQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - 事件ID

Example

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