logic-helper
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
88 lines (87 loc) • 2.12 kB
JSON
{
"id": "1679061915513",
"name": "test",
"group": "test",
"introduce": "test",
"data": {
"class": "GraphLinksModel",
"linkKeyProperty": "key",
"linkFromPortIdProperty": "fromPort",
"linkToPortIdProperty": "toPort",
"nodeDataArray": [
{
"category": "Start",
"text": "Start",
"key": -1,
"loc": "-45.61030770229752 -425.2493597067114",
"isCaptionVisible": true,
"isTextVisible": true,
"caption": "Start caption"
},
{
"category": "Step",
"text": "Step1",
"key": -3,
"loc": "-44.45143319057877 -287.42385921843015",
"isCaptionVisible": true,
"isTextVisible": true,
"caption": "Step caption"
},
{
"category": "Step",
"text": "Step2",
"key": -4,
"loc": "-44.62944222378189 -140.63130245573484",
"isCaptionVisible": true,
"isTextVisible": true,
"caption": "Step caption"
}
],
"linkDataArray": [
{
"from": -1,
"to": -3,
"fromPort": "B",
"toPort": "T",
"key": -1,
"category": "",
"points": [
-45.61030770229752,
-393.4993597067114,
-45.61030770229752,
-383.4993597067114,
-45.61030770229752,
-355.88846582262136,
-44.45143319057877,
-355.88846582262136,
-44.45143319057877,
-328.27757193853137,
-44.45143319057877,
-318.27757193853137
]
},
{
"from": -3,
"to": -4,
"fromPort": "B",
"toPort": "T",
"key": -2,
"category": "",
"points": [
-44.45143319057877,
-256.5701464983289,
-44.45143319057877,
-246.57014649832888,
-44.45143319057877,
-214.0275808370825,
-44.62944222378189,
-214.0275808370825,
-44.62944222378189,
-181.48501517583608,
-44.62944222378189,
-171.48501517583608
]
}
]
}
}