API看板方法destructor()本页内容destructor() 描述 清除看板的所有 HTML 元素并移除所有相关的事件处理程序。用法destructor(): void;示例// 创建看板const board = new kanban.Kanban("#root", { columns, cards});// 移除看板board.destructor();