mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add comments
This commit is contained in:
parent
134b2f8a3e
commit
4b6083b524
|
@ -363,6 +363,7 @@
|
||||||
* @param loopbackVerticalLength {number} height of vertical segment when looping
|
* @param loopbackVerticalLength {number} height of vertical segment when looping
|
||||||
* @param cornerRadius {number} radius of flowchart connectors
|
* @param cornerRadius {number} radius of flowchart connectors
|
||||||
* @param loopbackMinimum {number} minimum threshold before looping behavior takes effect
|
* @param loopbackMinimum {number} minimum threshold before looping behavior takes effect
|
||||||
|
* @param gap {number | [number, number]} gap between connector and source/target endpoints
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Flowchart = function (params) {
|
var Flowchart = function (params) {
|
||||||
|
|
Loading…
Reference in a new issue