Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js49529 function DeleteShapeHandler(canvas, modeling) { class
49534 DeleteShapeHandler.$inject = [ 'canvas', 'modeling' ];
49541 DeleteShapeHandler.prototype.preExecute = function(context) {
49572 DeleteShapeHandler.prototype.execute = function(context) {
49593 DeleteShapeHandler.prototype.revert = function(context) {
50877 'shape.delete': DeleteShapeHandler,