跳转到主要内容

destroyCalendar

Description

移除之前创建的迷你日历

destroyCalendar: (name?: any) => void

Parameters

  • name - (optional) object - 要移除的迷你日历对象(如果未提供,scheduler 将尝试移除最近创建的迷你日历)

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.