Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 498 Bytes

File metadata and controls

24 lines (17 loc) · 498 Bytes

RegisterGroup

注册组

使用说明

G6 自定义图项 教程

import GGEditor, { Flow, RegisterGroup } from 'gg-editor';

<GGEditor>
  <Flow />
  <RegisterGroup name={...} config={...} extend={...} />
</GGEditor>

API

属性 说明 类型 默认值
name 组名称 string -
config 组配置 object -
extend 继承图形 string -