test:1.组件嵌套拖拽
2.schema定义与动态绑定
This commit is contained in:
10
src/type/IList.ts
Normal file
10
src/type/IList.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export interface IList {
|
||||
type: string;
|
||||
name: string;
|
||||
id: string;
|
||||
designer: JSON;
|
||||
props: JSON;
|
||||
style: string;
|
||||
class: string;
|
||||
children: IList[];
|
||||
}
|
||||
Reference in New Issue
Block a user