布局节点接口,用户自定义布局节点时,节点需要包括以下属性
Properties:
Name | Type | Description |
---|---|---|
source |
Object | 源数据 |
type |
String | 节点数据分类 |
id |
String | 唯一标识 |
isDraggable |
Boolean | 是否可被拖动(默认false) |
isLocked |
Boolean | 是否在拖动时锁住节点下连接的其他节点 |
getJflowInstance |
LayoutNode~getJflowInstance | 获取Vue组件对应的jflow对象(由vue plugin填充) |
Methods
-
<inner> getJflowInstance()
-
事件处理函数
Returns:
- Type
- Instance