menu
vyuh_node_flow package
documentation
graph/node_flow_editor.dart
NodeFlowEditor<T>
onConnectionDeleted property
onConnectionDeleted property
dark_mode
light_mode
onConnectionDeleted
property
ValueChanged
<
Connection
>
?
onConnectionDeleted
final
Called when a connection is deleted.
Implementation
final ValueChanged<Connection>? onConnectionDeleted;
vyuh_node_flow package
documentation
graph/node_flow_editor
NodeFlowEditor<T>
onConnectionDeleted property
NodeFlowEditor class