MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / GraphProvidedProps

Interface GraphProvidedProps

src/components/graph/Graph.tsx:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217};
218
219interface GraphProvidedProps {
220 initialNodes: Node[];
221 initialEdges: Edge[];
222 onAutoSave?: (graphInfo: PersonalGraphInfo) => void;
223 onLocalSave?: (graphInfo: SharableGraph) => void;
224}
225
226const MemoedDraggableWindow = memo(DraggableWindow);
227

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected