mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
fix: fix behaviors JSDocs
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user