본문으로 건너뛰기

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.