bpmn-js
Version:
A bpmn 2.0 toolkit and web modeler
11 lines (9 loc) • 347 B
TypeScript
/**
* A component that makes sure that each created or updated
* Pool and Lane is assigned an isHorizontal property set to true.
*
*/
export default class IsHorizontalFix extends CommandInterceptor {
}
type EventBus = import("diagram-js/lib/core/EventBus").default;
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';