GraphEdit.getConnectionList

Returns an Array containing the list of connections. A connection consists in a structure of the form { from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" }.

struct GraphEdit
@nogc nothrow const
Array
getConnectionList
()

Meta