diff --git a/packages/editor-ui/src/plugins/N8nFlowchartType.js b/packages/editor-ui/src/plugins/N8nFlowchartType.js index 1a94cb2e87..a4078634b2 100644 --- a/packages/editor-ui/src/plugins/N8nFlowchartType.js +++ b/packages/editor-ui/src/plugins/N8nFlowchartType.js @@ -363,6 +363,7 @@ * @param loopbackVerticalLength {number} height of vertical segment when looping * @param cornerRadius {number} radius of flowchart connectors * @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) {