diff --git a/packages/joint-core/types/joint.d.ts b/packages/joint-core/types/joint.d.ts index e7027c073..8f2843220 100644 --- a/packages/joint-core/types/joint.d.ts +++ b/packages/joint-core/types/joint.d.ts @@ -1140,6 +1140,11 @@ export namespace dia { options: LinkView.Options; 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;