feat(core): add isValidConnection prop
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ const props = withDefaults(defineProps<FlowProps>(), {
|
||||
nodesFocusable: undefined,
|
||||
autoPanOnConnect: undefined,
|
||||
autoPanOnNodeDrag: undefined,
|
||||
isValidConnection: undefined,
|
||||
})
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user