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

Interface InnerStepSelection

yaml-flow-editor/src/contexts/InnerStepContext.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { FlowNodeData } from '../types';
3
4interface InnerStepSelection {
5 parentNodeId: string;
6 branch: string; // 'then' | 'else' | 'loop'
7 stepIndex: number;
8 stepData: FlowNodeData;
9}
10
11interface InnerStepContextType {
12 selectedInnerStep: InnerStepSelection | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected