Skip to content

Commit

Permalink
types(dia.LinkView): fixes properties typings (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geliogabalus authored Oct 30, 2024
1 parent ca06b4e commit 0091f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/joint-core/types/joint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,11 @@ export namespace dia {
options: LinkView.Options<L>;
sourceAnchor: g.Point;
targetAnchor: g.Point;
sourcePoint: g.Point;
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 0091f59

Please sign in to comment.