Searched refs:applyConstraints (Results 1 – 1 of 1) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 35798 function applyConstraints(attr, trbl, resizeConstraints) { function 35824 top: applyConstraints('top', currentTrbl, resizeConstraints), 35825 right: applyConstraints('right', currentTrbl, resizeConstraints), 35826 bottom: applyConstraints('bottom', currentTrbl, resizeConstraints), 35827 left: applyConstraints('left', currentTrbl, resizeConstraints)
|