跳转到主要内容

onOptionsLoadFinal

Description

当一个选项(sections)集合加载完成时触发(仅适用于Timeline视图)

onOptionsLoadFinal: () => void

Example

scheduler.attachEvent("onOptionsLoadFinal", function (){
// 可以在此处放置自定义逻辑
});

Details

该事件仅在通过dhtxmlConnector加载集合或使用updateCollection方法时触发。

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.