Searched refs:attachOrientation (Results 1 – 1 of 1) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 53644 attachOrientation = getAttachOrientation(source), 53650 var attachedToSide = isAnyOrientation(attachOrientation, [ 'top', 'right', 'bottom', 'left' ]); 53658 return getBoundaryEventLoopLayout(attachOrientation, attachedToSide, source, target, end); 53662 … sourceLayout = getBoundaryEventSourceLayout(attachOrientation, targetOrientation, attachedToSide); 53665 … targetLayout = getBoundaryEventTargetLayout(attachOrientation, targetOrientation, attachedToSide); 53670 function getBoundaryEventLoopLayout(attachOrientation, attachedToSide, source, target, end) { argument 53671 var orientation = attachedToSide ? attachOrientation : getVerticalOrientation(attachOrientation), 53676 if (isHorizontalOrientation(attachOrientation)) { 53705 function getBoundaryEventSourceLayout(attachOrientation, targetOrientation, attachedToSide) { argument 53709 return orientationDirectionMapping[ attachOrientation ]; [all …]
|