Home
last modified time | relevance | path

Searched refs:shouldConnectToSameSide (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js53677 targetLayout = shouldConnectToSameSide('y', source, target, end) ? 'h' : 'b';
53679 targetLayout = shouldConnectToSameSide('x', source, target, end) ? 'v' : 'l';
53688 function shouldConnectToSameSide(axis, source, target, end) { function