Tanatloc documentation
    Preparing search index...

    Interface ISimulationTaskData

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

    Properties

    Properties

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