APIKanban methodsdestructor()On this pagedestructor()DescriptionRemoves all HTML elements of Kanban, and detaches all related eventsUsagedestructor(): void;Example// create Kanbanconst board = new kanban.Kanban("#root", { columns, cards});// remove Kanbanboard.destructor();