Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js53646 targetLayout;
53665targetLayout = getBoundaryEventTargetLayout(attachOrientation, targetOrientation, attachedToSide);
53667 return [ sourceLayout + ':' + targetLayout ];
53673 targetLayout;
53677 targetLayout = shouldConnectToSameSide('y', source, target, end) ? 'h' : 'b';
53679 targetLayout = shouldConnectToSameSide('x', source, target, end) ? 'v' : 'l';
53682 targetLayout = 'v'; property
53685 return [ sourceLayout + ':' + targetLayout ];