# react_bpmnjs **Repository Path**: kkkxian/react_bpmnjs ## Basic Information - **Project Name**: react_bpmnjs - **Description**: react + bpmn-js + antd实现流程设计器和流程跟踪 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-11 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.引入 ProcessDesign 组件 width 自定义宽度 height 自定义高度 initPanel 初始化属性面板方法 elementChange 监听流程图变化 xmlData 初始化 bpmn 文件 getBpmn 获取 bpmn 实例方法 readonly 只读模式 2.引入 PropertiesPanel 自定义属性面板组件,默认: properties-panel initPanel 方法示例: initPanel(bpmnModeler, container) { const propertiesPanel = new PropertiesPanel({ container, modeler: bpmnModeler }); } onChange 监听返回编辑属性值变化