Variable parameterIdToPlotAxisConst

parameterIdToPlotAxis: {
    [k: string]: "y1" | "y2";
} = ...

Type declaration

  • [k: string]: "y1" | "y2"

Generated using TypeDoc