AppendBehavior.d.ts 240 B

123456
  1. export default class AppendBehavior extends CommandInterceptor {
  2. constructor(eventBus: any);
  3. }
  4. type EventBus = import('diagram-js/lib/core/EventBus').default;
  5. import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';