RegisterEdge
注册边
使用说明
G6 自定义图项 教程
<template>
<v-g-editor>
<flow />
<register-edge name="" :config="{}" extend="" />
</v-g-editor>
</template>
<script>
import VGEditor, { Flow, RegisterEdge } from 'vg-editor';
export default {
components: { VGEditor, Flow, RegisterEdge }
}
</script>
API
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
name | 边名称 | string |
- |
config | 边配置 | object |
- |
extend | 继承图形 | string |
- |
内置边
边英文名 | 边中文名 | 示例预览 | 适用页面 |
---|---|---|---|
flow-polyline | 图折线 | Flow | |
flow-polyline-round | 圆角折线 | Flow | |
flow-smooth | 图曲线 | Flow |