본문으로 건너뛰기

onBeforeExpand

Description

사용자가 확장 아이콘을 클릭하여 스케줄러를 원래 크기에서 '전체 화면'으로 전환할 때 트리거됩니다.

onBeforeExpand: () => boolean

Returns

  • result - (boolean) - 기본 이벤트 동작이 진행될지(true) 중지될지(false)를 나타냅니다.

Example

scheduler.attachEvent("onBeforeExpand",function(){
//여기에 커스텀 로직을 추가할 수 있습니다
return true;
});

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.