UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 271 B
import { NodeAnchor } 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: NodeAnchor.Definition<NodeCenterEndpointOptions>;