processpiper
processpiper copied to clipboard
Connection Type: Improve documentation
The connect function has a connection_type parameter that is not fully documented:
node1.connect( note2, connection_type="???" )
Default is sequence no other values are named.
Hi @42sol-eu, at the moment, it is default to 'sequence'. It is something reserve for future. Given it is an optional parameter, you can skip it entirely. However, you can specify the connection sides for elements. See this wiki. https://github.com/csgoh/processpiper/wiki/How-To#how-to-manually-select-connection-sides-for-elements
ok, understood. I would need the data links for my diagrams - will keep using other editors for the pressing projects
/close
Thank you