UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

12 lines (11 loc) 376 B
import { ResolveOptions } from './util'; import { NodeAnchor } from './index'; export interface MiddleSideEndpointOptions extends ResolveOptions { rotate?: boolean; padding?: number; } /** * Places the anchor of the edge in the middle of the side of view bbox * closest to the other endpoint. */ export declare const midSide: NodeAnchor.Definition<ResolveOptions>;