noSelectionEvent (Properties)

"dayGridMonth" 뷰(View)에서 사용자가 날짜를 마우스 Drag and Drop으로 선택 시 "placeholder" 임시 일정(Event) UI를 표시할지 여부를 설정합니다.(dayGrid 뷰(View)에만 적용되는 옵션입니다.)
주의!
해당 옵션을 사용할 경우 eventEditPopup 옵션을 사용하지 않아도 이벤트 편집 UI 창이 표시되지 않습니다.

Type

boolean

Options

Value Description
true "dayGridMonth" 뷰(View) 에서 마우스 Drag and Drop 시 선택된 영역에 임시 일정을 표시하지 않습니다.
false 마우스 Drag and Drop 시 선택된 영역에 임시 일정을 표시합니다. (default)

Example

options = {
    noSelectionEvent: true
};

Since

product version desc
core 1.5.0.7 기능 추가