UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

15 lines (13 loc) 571 B
export default class ToggleElementCollapseBehaviour extends CommandInterceptor { /** * @param eventBus * @param elementFactory * @param modeling */ constructor(eventBus: EventBus, elementFactory: ElementFactory, modeling: Modeling); } type EventBus = import("diagram-js/lib/core/EventBus").default; type ElementFactory = import("../ElementFactory").default; type Modeling = import("../Modeling").default; import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor'; //# sourceMappingURL=ToggleElementCollapseBehaviour.d.ts.map