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

Function handleChange

yaml-flow-editor/src/components/NodeConfigPanel.tsx:129–131  ·  view source on GitHub ↗
(field: string, value: unknown)

Source from the content-addressed store, hash-verified

127 const d = node.data as Record<string, unknown>;
128
129 const handleChange = (field: string, value: unknown) => {
130 onChange(node.id, { [field]: value } as Partial<FlowNodeData>);
131 };
132
133 const renderField = (
134 label: string,

Callers 11

YamlParamsEditorFunction · 0.85
renderFieldFunction · 0.85
renderStringArrayFieldFunction · 0.85
addCallFunction · 0.85
updateCallFunction · 0.85
removeCallFunction · 0.85
addParamsFunction · 0.85
updateParamsFunction · 0.85
removeParamsFunction · 0.85
renderNodeSpecificFieldsFunction · 0.85
NodeConfigPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected