You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`nodes`: Contains all nodes. Each node's data attributes are detailed in the <ahref="../api/nodeModelApi.en-US.md#DataAttributes">nodeModel</a>.
41
+
**`nodes`**: Contains all nodes. Each node's data attributes are detailed in the <ahref="../api/nodeModelApi.en-US.md#DataAttributes">nodeModel</a>.
42
42
43
-
`edges`: Contains all edges, connecting two nodes through `sourceNodeId` and `targetNodeId`. Each edge's data attributes are detailed in the <ahref="../api/edgeModelApi.en-US.md#DataAttributes">EdgeModel</a>.
43
+
**`edges`**: Contains all edges, connecting two nodes through `sourceNodeId` and `targetNodeId`. Each edge's data attributes are detailed in the <ahref="../api/edgeModelApi.en-US.md#DataAttributes">EdgeModel</a>.
44
44
45
45
46
-
`type`: Indicates the type of node or edge, which can be a basic type built into LogicFlow such as `rect` or `polyline`, or a custom type defined by users based on these basic types.
46
+
**`type`**: Indicates the type of node or edge, which can be a basic type built into LogicFlow such as `rect` or `polyline`, or a custom type defined by users based on these basic types.
47
47
48
-
`text`: `text` can represent either node text or edge text. For node text, the node coordinates are automatically used as the text coordinates. For edge text, an appropriate coordinate is computed based on the type of edge. In some scenarios, text positions can be adjusted and dragged. Therefore, our text data in LogicFlow provides coordinate attributes.
48
+
**`text`**: `text` can represent either node text or edge text. For node text, the node coordinates are automatically used as the text coordinates. For edge text, an appropriate coordinate is computed based on the type of edge. In some scenarios, text positions can be adjusted and dragged. Therefore, our text data in LogicFlow provides coordinate attributes.
49
49
50
-
`properties`: Each node and edge has properties including node style, shape attributes, and business-specific properties reserved for particular business scenarios. Examples include node shape attributes like `width` and `height`, `style` attributes, and business-specific properties like `isPass`.
50
+
**`properties`**: Each node and edge has properties including node style, shape attributes, and business-specific properties reserved for particular business scenarios. Examples include node shape attributes like `width` and `height`, `style` attributes, and business-specific properties like `isPass`.
0 commit comments