Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js26184 allConnected = allConnected.concat(source.attachers.reduce(function(shapes, attacher) { argument
26185 return shapes.concat(getConnected(attacher));
40071 return filter(element.attachers, function(attacher) { argument
40072 return is$1(attacher, 'bpmn:BoundaryEvent');
46704 forEach(attachers, function(attacher) { argument
46705 movePreview.makeDraggable(context, attacher, true);
46707 forEach(attacher.labels, function(label) {
46745 forEach(attachers, function(attacher) { argument
46746 closure.add(attacher, closure.topLevel[attacher.host.id]);
46776 forEach(attachers, function(attacher) { argument
[all …]