MCPcopy Index your code
hub / github.com/ecruhue/DialogLab / MousePosition

Interface MousePosition

client/src/components/nodeeditor/NodeConnection.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import useEditorStore, { Connection, SnippetNode } from "../inspector/store";
4
5interface MousePosition {
6 x: number;
7 y: number;
8}
9
10interface NodeConnectionProps {
11 nodes: SnippetNode[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected