fix: fix behaviors JSDocs

This commit is contained in:
Philipp
2023-04-06 14:53:31 +02:00
committed by Philipp Fromme
parent c9e0c6f2ab
commit e24c238e74
44 changed files with 506 additions and 120 deletions

View File

@ -9,9 +9,16 @@ import {
forEach
} from 'min-dash';
/**
* @typedef {import('diagram-js/lib/core/EventBus').default} EventBus
* @typedef {import('../Modeling').default} Modeling
*/
/**
* BPMN specific boundary event behavior
* BPMN specific boundary event behavior.
*
* @param {EventBus} eventBus
* @param {Modeling} modeling
*/
export default function BoundaryEventBehavior(eventBus, modeling) {