How to use the bpmn-js-token-simulation.hideModelerElements function in bpmn-js-token-simulation

To help you get started, we’ve selected a few bpmn-js-token-simulation examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bpmn-io / bpmn-js-token-simulation-plugin / client / client.js View on Github external
var registerBpmnJSPlugin = require('camunda-modeler-plugin-helpers').registerBpmnJSPlugin;

var tokenSimulation = require('bpmn-js-token-simulation'),
    HideModelerElements = require('./HideModelerElements');

tokenSimulation.__init__.push('hideModelerElements');
tokenSimulation.hideModelerElements = [ 'type', HideModelerElements ];

registerBpmnJSPlugin(tokenSimulation);

bpmn-js-token-simulation

bpmn-js token simulation extension

MIT
Latest version published 19 days ago

Package Health Score

84 / 100
Full package analysis

Similar packages