Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js45662 function CommandStack(eventBus, injector) { class
45713 CommandStack.$inject = [ 'eventBus', 'injector' ];
45722 CommandStack.prototype.execute = function(command, context) {
45757 CommandStack.prototype.canExecute = function(command, context) {
45784 CommandStack.prototype.clear = function(emit) {
45797 CommandStack.prototype.undo = function() {
45825 CommandStack.prototype.redo = function() {
45856 CommandStack.prototype.register = function(command, handler) {
45868 CommandStack.prototype.registerHandler = function(command, handlerCls) {
45878 CommandStack.prototype.canUndo = function() {
[all …]