본문으로 건너뛰기

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.