Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js28476 function bindInteractionEvents(node, eventName, element) { function
28496 bindInteractionEvents(gfx, 'mousedown', element);
28497 bindInteractionEvents(gfx, 'click', element);
28498 bindInteractionEvents(gfx, 'dblclick', element);
28542 bindInteractionEvents(segmentDraggerGfx, 'mousemove', connection);