SPeCS Packages Documentation
    Preparing search index...
    interface Data {
        flowNodeType: INSTRUCTION;
        id: string;
        instructionFlowNodeType: GOTO;
        nextEdgeId: string | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    flowNodeType: INSTRUCTION
    id: string
    instructionFlowNodeType: GOTO
    nextEdgeId: string | undefined