@logicflow/core
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@logicflow/core", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/logic-flow.js", |
@@ -145,2 +145,8 @@ import GraphModel from './model/GraphModel'; | ||
/** | ||
* 切换边的类型 | ||
* @param id 边Id | ||
* @param type 边类型 | ||
*/ | ||
changeEdgeType(id: string, type: string): void; | ||
/** | ||
* 获取节点连接的所有边的model | ||
@@ -147,0 +153,0 @@ * @param nodeId 节点ID |
@@ -37,3 +37,2 @@ import BaseEdgeModel from './BaseEdgeModel'; | ||
updatePoints(): void; | ||
updatePath(): void; | ||
updateStartPoint(anchor: any): void; | ||
@@ -40,0 +39,0 @@ updateEndPoint(anchor: any): void; |
Sorry, the diff of this file is too big to display
4010
593820