0.0.9 • Published 2 years ago

react-agiletc-minder-editor-fistbump v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

react-agiletc-minder-editor

基于 react 的 脑图编辑器

开发和运行

UI 框架使用 Ant Design

将项目克隆到本地在根目录下执行

  yarn
  npm run dev

即可运行项目

请配置 example/app.js 下的 wsUrl 地址.

集成

  1. 进入到前端项目的目录下,执行
  npm install react-agiletc-minder-editor-fistbump --save
  1. 替换项目中引用的组件

替换原有的

import AgileTCEditor from 'react-agiletc-editor';

import AgileTCEditor from 'react-agiletc-minder-editor-fistbump';

  1. 重新编译前端即可,最好提前把server下dist目录先清理掉。

API

属性说明类型默认值
readOnly脑图是否可编辑booleanfalse
editorStyle编辑器样式(高度等)object
baseUrl图片上传请求域名string
uploadUrl图片上传请求接口string
wsUrlwebsocket 请求地址string
onSave保存快捷键方法回调,回传脑图全部数据Function(object)
type是否为只查看 xmind 数据,type 为 compare 时只读string
onResultChange用例执行的结果状态有变更时会回调,用于实时更新顶部的执行结果占比的进度条Function(object)

FAQ

若出现页面的高度问题,即有滚动条的情况,可适当修改下 editorStyle 属性高度的值