fix:更新IComponent接口
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
},
|
||||
"style": "",
|
||||
"class": "",
|
||||
"visible": true,
|
||||
"slots": {},
|
||||
"disable": true,
|
||||
"visible": true,
|
||||
"events": {},
|
||||
"loop": {},
|
||||
"children": []
|
||||
|
||||
@ -11,5 +11,7 @@ export interface IComponent {
|
||||
slots:IComponent[];
|
||||
orchestrations:JSON;
|
||||
version:string;
|
||||
loop:JSON
|
||||
loop:JSON;
|
||||
disable: boolean,
|
||||
visible: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user