dataui/dataui/tmpl/bricks/tree.json
2023-11-20 07:14:53 +08:00

21 lines
273 B
JSON

{
"root":["node1", "node2" ...];
"nodetypes":{
"nodetype1";{
"icon":"ttt",
"database":"ttt",
"table":"rrt",
"idField",
"textField",
"pidField""
"rootpid":"1",
"contextmenu":
"children":[
"nodetyp1", "nodetype2", ...
]
},
...
}
}