Browse Source

接口选择器新增事件配置功能

宿命的风 4 months ago
parent
commit
32a224ccbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/FormCreate/src/type/index.ts

+ 1 - 1
src/components/FormCreate/src/type/index.ts

@@ -47,5 +47,5 @@ export interface SelectRuleOption {
   name: string // 组件名称
   name: string // 组件名称
   icon: string // 组件图标
   icon: string // 组件图标
   props?: any[], // 组件规则
   props?: any[], // 组件规则
-  event?: any[] // 事件
+  event?: any[] // 事件配置
 }
 }