Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js49137 function CreateConnectionHandler(canvas, layouter) { class
49142 CreateConnectionHandler.$inject = [ 'canvas', 'layouter' ];
49156 CreateConnectionHandler.prototype.execute = function(context) {
49186 CreateConnectionHandler.prototype.revert = function(context) {
50887 'connection.create': CreateConnectionHandler,