bpmn-js
Version:
A bpmn 2.0 toolkit and web modeler
8 lines (6 loc) • 333 B
TypeScript
export default class TextAnnotationBehavior extends CommandInterceptor {
constructor(eventBus: any, textRenderer: any);
}
type EventBus = import("diagram-js/lib/core/EventBus").default;
type TextRenderer = import("../../../draw/TextRenderer").default;
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';