跳到主要内容

onOptionsLoad

Description

当从服务器加载完一组选项后触发,但尚未被解析

onOptionsLoad: () => void;

Example

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

Details

该事件在调用 updateCollection 时触发,或在解析 JSON with additional 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.