MCPcopy Create free account
hub / github.com/Qinbf/groundmap / FlowNodeProps

Interface FlowNodeProps

tools/debug-console/components/FlowNode.tsx:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134interface FlowNodeProps extends NodeProps {
135 data: FlowNodeData & {
136 onOpenRef?: (ref: WikiRef) => void;
137 isLatestActive?: boolean;
138 };
139}
140
141export function FlowNode({ data }: FlowNodeProps) {
142 const t = useT();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected