SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/tool/util.d.ts
2026-05-15 10:22:44 +08:00

7 lines
461 B
TypeScript

import { Point } from '@antv/x6-geometry';
import { Edge } from '../../model/edge';
import { CellView } from '../../view/cell';
import { EdgeView } from '../../view/edge';
export declare function getAnchor(this: EdgeView, pos: Point.PointLike, terminalView: CellView, terminalMagnet: Element, type: Edge.TerminalType): Edge.NodeAnchorItem | undefined;
export declare function getViewBBox(view: CellView, quick?: boolean): import("@antv/x6-geometry").Rectangle;