feat: added ReactFlow-based node graph #11

Merged
j.gerla merged 68 commits from feat/visual-programming-interface into dev 2025-10-28 11:59:03 +00:00
Showing only changes of commit 705ff3ff2b - Show all commits

View File

@@ -57,7 +57,7 @@ const initialNodes = [
const initialEdges = [{id: 'start-end', source: 'start', target: 'end'}]; const initialEdges = [{id: 'start-end', source: 'start', target: 'end'}];
const defaultEdgeOptions = { const defaultEdgeOptions = {
type: 'floating', type: 'default',
markerEnd: { markerEnd: {
type: MarkerType.ArrowClosed, type: MarkerType.ArrowClosed,
color: '#505050', color: '#505050',