Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js49311 function CreateShapeHandler(canvas) { class
49315 CreateShapeHandler.$inject = [ 'canvas' ];
49328 CreateShapeHandler.prototype.execute = function(context) {
49363 CreateShapeHandler.prototype.revert = function(context) {
49379 CreateShapeHandler.call(this, canvas);
49382 inherits$1(CreateLabelHandler, CreateShapeHandler);
49390 var originalExecute = CreateShapeHandler.prototype.execute;
49413 var originalRevert = CreateShapeHandler.prototype.revert;
50876 'shape.create': CreateShapeHandler,