We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978d180 commit e64ab35Copy full SHA for e64ab35
docs/src/guide/node.md
@@ -408,8 +408,8 @@ const nodes = ref([
408
id: '1',
409
label: 'Default Node',
410
type: 'default', // You can omit this as it's the fallback type
411
- targetHandle: Position.Top, // or Bottom, Left, Right,
412
- sourceHandle: Position.Bottom, // or Top, Left, Right,
+ targetPosition: Position.Top, // or Bottom, Left, Right,
+ sourcePosition: Position.Bottom, // or Top, Left, Right,
413
}
414
])
415
```
@@ -434,7 +434,7 @@ const nodes = ref([
434
435
label: 'Input Node',
436
type: 'input',
437
438
439
440
@@ -459,7 +459,7 @@ const nodes = ref([
459
460
label: 'Output Node',
461
type: 'output',
462
463
464
465
0 commit comments