본문으로 건너뛰기

destroyCalendar

Description

이전에 생성된 미니 캘린더를 제거합니다.

destroyCalendar: (name?: any) => void

Parameters

  • name - (optional) object - 제거할 미니 캘린더 객체 (제공하지 않을 경우, 스케줄러는 가장 최근에 생성된 미니 캘린더를 제거하려고 시도합니다)

Example

var calendar = scheduler.renderCalendar(...);
...
scheduler.destroyCalendar(calendar);

Details

노트

이 메서드는 minical 플러그인이 활성화되어 있어야 합니다.

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.