Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js32177 function PopupMenu(config, eventBus, canvas) { class
32194 PopupMenu.$inject = [
32329 PopupMenu.prototype.close = function() {
32348 PopupMenu.prototype.isOpen = function() {
32360 PopupMenu.prototype.trigger = function(event) {
32375 PopupMenu.prototype._getProviders = function(id) {
32470 PopupMenu.prototype._getEntry = function(entryId) {
32481 PopupMenu.prototype._emit = function(eventName) {
32490 PopupMenu.prototype._createContainer = function() {
32697 PopupMenu.prototype._bindAutoClose = function() {
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md864 * The `PopupMenu` API got rewritten, cf. [`b1852e1d`](https://github.com/bpmn-io/diagram-js/pull/25…