跳到主要内容

onQuickInfo

Description

当弹出编辑表单出现时触发

onQuickInfo: (taskId: string | number) => void;

Parameters

  • taskId - (必填) string | number - 任务 ID

Example

gantt.attachEvent("onQuickInfo",function(taskId){
// 在这里插入您的自定义逻辑
});

Details

注释

本事件在 Quick Info 扩展中定义,因此你需要激活 quick_info 插件。

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.