UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 285 B
import type { NodeAnchorDefinition } from './index'; export interface NodeCenterEndpointOptions { dx?: number; dy?: number; } /** * Places the anchor of the edge at center of the node bbox. */ export declare const nodeCenter: NodeAnchorDefinition<NodeCenterEndpointOptions>;