interface ExplanationParameters {
    code: string;
    description: string;
    expectedSubgraph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>;
    name: string;
    shell: RShell;
    type: EdgeType | VertexType;
}

Properties

code: string
description: string
name: string
shell: RShell