Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js43518 function getParticipantResizeConstraints(laneShape, resizeDirection, balanced) { argument
43519 var lanesRoot = getLanesRoot(laneShape);
43527 var laneTrbl = asTRBL(laneShape);
52027 function isInLaneShape(element, laneShape) { argument
52029 var laneTrbl = asTRBL(laneShape);
52074 laneShapes.forEach(function(laneShape) { argument
52075 var root = getLanesRoot(laneShape);
52104 laneShapes.forEach(function(laneShape) { argument
52106 var lane = laneShape.businessObject;
52109 if (!laneShape.parent) {
[all …]