跳转到主要内容

onClearAll

Description

当调度器的数据被清除后触发一次

onClearAll: () => void

Example

scheduler.attachEvent("onClearAll", function (){
//这里编写任何自定义逻辑
});

Details

该事件由 clearAll 方法触发。

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.