onMultiSelect
Description
在完成对一个任务或一组任务的选择后触发
onMultiSelect: (e: Event) => void;
Parameters
e- (必填) Event - 一个原生事件对象
Example
gantt.attachEvent("onMultiSelect", function(e){
// 在这里插入您的自定义逻辑
return true;
});
Details
注释
此事件在 multiselect 扩展中定义,因此需要激活 multiselect 插件。请在 Multi-Task Selection 文章中了解详情。
Related API
Related Guides
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.