Skip to content

Commit

Permalink
route prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Geliogabalus committed Oct 14, 2024
1 parent d7b2693 commit 20db095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/joint-core/types/joint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ export namespace dia {
targetPoint: g.Point;
sourceBBox: g.Rect;
targetBBox: g.Rect;
route: g.Point[];

sendToken(token: SVGElement, duration?: number, callback?: () => void): void;
sendToken(token: SVGElement, opt?: { duration?: number, direction?: string, connection?: string }, callback?: () => void): void;
Expand Down

0 comments on commit 20db095

Please sign in to comment.