menu
vyuh_node_flow package
documentation
nodes/node.dart
Node<T>
outputPorts property
outputPorts property
dark_mode
light_mode
outputPorts
property
ObservableList
<
Port
>
outputPorts
final
Observable list of output ports for outgoing connections.
Implementation
final ObservableList<Port> outputPorts;
vyuh_node_flow package
documentation
nodes/node
Node<T>
outputPorts property
Node class