diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
11 lines • 348 B
TypeScript
/**
* A handler that implements reversible moving of connections.
*
* The handler differs from the layout connection handler in a sense
* that it preserves the connection layout.
*/
export default class MoveConnectionHandler {
execute(context: any): any;
revert(context: any): any;
}
//# sourceMappingURL=MoveConnectionHandler.d.ts.map