MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / BaseNodeProps

Interface BaseNodeProps

yaml-flow-editor/src/components/nodes/BaseNode.tsx:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42interface BaseNodeProps {
43 data: FlowNodeData;
44 selected?: boolean;
45 showSourceHandle?: boolean;
46 showTargetHandle?: boolean;
47 subtitle?: string | React.ReactNode;
48 dropHint?: string;
49}
50
51export default function BaseNode({
52 data,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected