API看板属性history本页内容history 描述 可选。控制是否跟踪变更历史信息history 属性允许您开启或关闭看板的历史管理。将其设置为 false 表示无法通过 API 或工具栏控件来控制历史。提示您还可以通过在方法和事件中使用 $meta 参数,将某些操作排除在看板历史之外!用法history?: boolean; 默认配置history: true示例new kanban.Kanban("#root", { columns, cards, history: false, // 禁用历史管理 // 其他参数});更新日志: 此属性从版本 1.3 引入相关内容: undo() 和 redo()