跳转到主要内容

onExpand

Description

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

onExpand: () => void

Example

scheduler.attachEvent("onExpand",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.