Interface ISimulationTaskData

    interface ISimulationTaskData {
        fileName: string;
        names: string[];
        title: string;
        x: number;
        ys: number[];
    }

    Properties

    Properties

    fileName: string
    names: string[]
    title: string
    x: number
    ys: number[]

    Generated using TypeDoc and TypeDoc Airthium Plugin