APIKanban methodsdestructor()On this pagedestructor() Description Clears all HTML elements of the Kanban board and removes all associated event handlers.Usagedestructor(): void;Example// create Kanbanconst board = new kanban.Kanban("#root", { columns, cards});// remove Kanbanboard.destructor();