IsHorizontalFix.d.ts 347 B

12345678910
  1. /**
  2. * A component that makes sure that each created or updated
  3. * Pool and Lane is assigned an isHorizontal property set to true.
  4. *
  5. */
  6. export default class IsHorizontalFix extends CommandInterceptor {
  7. }
  8. type EventBus = import('diagram-js/lib/core/EventBus').default;
  9. import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';