UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

15 lines (13 loc) 571 B
export default class ToggleCollapseConnectionBehaviour extends CommandInterceptor { /** * @param eventBus * @param modeling */ constructor(eventBus: EventBus, modeling: Modeling); } type EventBus = import("diagram-js/lib/core/EventBus").default; type Modeling = import("../Modeling").default; type Element = import("../../../model/Types").Element; type Shape = import("../../../model/Types").Shape; type DirectionTRBL = import("diagram-js/lib/util/Types").DirectionTRBL; import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';