diff --git a/packages/joint-core/types/joint.d.ts b/packages/joint-core/types/joint.d.ts index 64acef7f1..f2f163a12 100644 --- a/packages/joint-core/types/joint.d.ts +++ b/packages/joint-core/types/joint.d.ts @@ -1079,6 +1079,10 @@ export namespace dia { options: LinkView.Options; sourceAnchor: g.Point; targetAnchor: g.Point; + sourcePoint: g.Point; + targetPoint: g.Point; + sourceBBox: g.Rect; + targetBBox: g.Rect; sendToken(token: SVGElement, duration?: number, callback?: () => void): void; sendToken(token: SVGElement, opt?: { duration?: number, direction?: string, connection?: string }, callback?: () => void): void;