interface ExplanationParameters {
    code: string;
    description: string;
    expectedSubgraph: DataflowGraph;
    name: string;
    shell: RShell;
    type: EdgeType | VertexType;
}

Properties

code: string
description: string
expectedSubgraph: DataflowGraph
name: string
shell: RShell