MCPcopy
hub / github.com/xyflow/xyflow / EdgeAnchorProps

Interface EdgeAnchorProps

packages/react/src/components/Edges/EdgeAnchor.tsx:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17export interface EdgeAnchorProps extends SVGAttributes<SVGGElement> {
18 position: Position;
19 centerX: number;
20 centerY: number;
21 radius?: number;
22 onMouseDown: (event: ReactMouseEvent<SVGGElement, MouseEvent>) => void;
23 onMouseEnter: (event: ReactMouseEvent<SVGGElement, MouseEvent>) => void;
24 onMouseOut: (event: ReactMouseEvent<SVGGElement, MouseEvent>) => void;
25 type: string;
26}
27
28const EdgeUpdaterClassName = 'react-flow__edgeupdater';
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected