Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js49378 function CreateLabelHandler(canvas) { function
49382 inherits$1(CreateLabelHandler, CreateShapeHandler);
49384 CreateLabelHandler.$inject = [ 'canvas' ];
49402 CreateLabelHandler.prototype.execute = function(context) {
49418 CreateLabelHandler.prototype.revert = function(context) {
50885 'label.create': CreateLabelHandler,