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