interface SubExplanationParameters {
    code: string;
    description: string;
    expectedSubgraph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>;
    name: string;
}

Properties

code: string
description: string
name: string