본문으로 건너뛰기

onEmptyClick

Description

사용자가 스케줄러 내 빈 영역(이벤트가 아닌 부분)을 클릭할 때 트리거됩니다.

onEmptyClick: (date: object, e: Event) => void;

Parameters

  • date - (required) object - 사용자가 클릭한 위치에 해당하는 날짜
  • e - (required) Event - 네이티브 이벤트 객체

Example

scheduler.attachEvent("onEmptyClick", function (date, e){
//여기에 사용자 정의 로직 작성
});
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.