interface PatchFunctionCallInput<OtherInfo> {
    argumentProcessResult: readonly (undefined | DataflowInformation)[];
    data: DataflowProcessorInformation<OtherInfo & ParentInformation>;
    name: RSymbol<OtherInfo & ParentInformation>;
    nextGraph: DataflowGraph;
    rootId: NodeId;
}

Type Parameters

  • OtherInfo

Properties

argumentProcessResult: readonly (undefined | DataflowInformation)[]
nextGraph: DataflowGraph
rootId: NodeId