StructV2/demo/data.js

80 lines
2.0 KiB
JavaScript
Raw Normal View History

2022-03-07 09:17:58 +00:00
const SOURCES_DATA = [{
2022-03-11 09:07:09 +00:00
"BinaryTree0": {
2022-03-07 09:17:58 +00:00
"data": [{
2022-03-11 09:07:09 +00:00
"external": [
"T1"
],
"child": [
"0x617ee0",
"0x617f10"
],
2022-03-11 09:07:09 +00:00
"id": "0x617eb0",
"name": "T1",
"data": "Z",
"root": true,
"type": "default"
2022-03-07 09:17:58 +00:00
},
{
2022-03-11 09:07:09 +00:00
"child": [
"0x0",
"0x0"
],
"id": "0x617ee0",
"name": "T1->lchild",
"data": "D",
"type": "default"
2022-03-07 09:17:58 +00:00
},
{
2022-03-11 09:07:09 +00:00
"child": [
"0x617f70",
"0x617f40"
],
2022-03-11 09:07:09 +00:00
"id": "0x617f10",
"name": "T1->rchild",
"data": "C",
"type": "default"
2022-03-07 09:17:58 +00:00
},
{
2022-03-11 09:07:09 +00:00
"child": [
"0x0",
"0x0"
],
"id": "0x617f70",
"name": "(T1->rchild)->lchild",
"data": "A",
"type": "default"
2022-03-07 09:17:58 +00:00
},
{
2022-03-11 09:07:09 +00:00
"child": [
"0x0",
"0x617fa0"
],
2022-03-11 09:07:09 +00:00
"id": "0x617f40",
"name": "(T1->rchild)->rchild",
"data": "B",
"type": "default",
"external": [
2022-03-11 09:07:09 +00:00
"t"
]
},
{
2022-03-11 09:07:09 +00:00
"child": [
"0x0",
"0x617f40"
],
2022-03-11 09:07:09 +00:00
"id": "0x617fa0",
"name": "((T1->rchild)->rchild)->rchild",
"data": "E",
"type": "default",
"external": [
"r"
]
2022-03-07 09:17:58 +00:00
}
],
2022-03-11 09:07:09 +00:00
"layouter": "BinaryTree"
2022-03-07 09:17:58 +00:00
},
"handleUpdate": {
"isEnterFunction": false,
"isFirstDebug": false
}
2022-03-07 09:17:58 +00:00
}];