跳转到主要内容

onCollapse

Description

当用户点击展开图标,将调度器从"全屏"切换回原始大小时触发。

onCollapse: () => void

Example

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

Details

注释

该事件需要启用expand扩展。

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.