Commit 32a224cc by 宿命的风

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

parent aa197a6f
...@@ -47,5 +47,5 @@ export interface SelectRuleOption { ...@@ -47,5 +47,5 @@ export interface SelectRuleOption {
name: string // 组件名称 name: string // 组件名称
icon: string // 组件图标 icon: string // 组件图标
props?: any[], // 组件规则 props?: any[], // 组件规则
event?: any[] // 事件 event?: any[] // 事件配置
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment