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

Interface GraphProps

src/components/graph/Graph.tsx:131–136  ·  view source on GitHub ↗

Graph + Landing Page - These are combined into one component for easy * animated transitions between the two.

Source from the content-addressed store, hash-verified

129 * animated transitions between the two. */
130
131interface GraphProps {
132 initialAddresses: string[];
133 initialPaths: string[];
134 onAutoSave?: (graphInfo: PersonalGraphInfo) => void;
135 onLocalSave?: (graphInfo: SharableGraph) => void;
136}
137
138/** Graph simply wraps the ReactFlowProvider and provides the initial nodes
139 * for the graph to start. This is required due to the way ReactFlow works.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected