selectable (Properties)

사용자가 마우스 클릭, Dragging으로 월단위(dayGridMonth) 뷰(View)의 여러 날짜를 선택하거나 "timeGrid" 뷰(View)의 시간슬롯(Time Slot)을 선택할 수 있도록 할지 여부를 설정합니다. (시간슬롯(Time Slot)이란 "timeGrid" 뷰(View)에서 일정(Event)들을 표시하기 위한 축을 의미합니다.)

Type

boolean

Options

Value Description
false 마우스를 통하여 달력 선택을 허용하지 않습니다.(default)
true 마우스를 통하여 달력 선택을 허용합니다.

Example

options = {
    selectable: true
};

Read More

Since

product version desc
core 1.5.0.0 기능 추가