Flocc
    Preparing search index...

    Interface ModelData

    Recorded model data: time array plus arrays for each metric.

    interface ModelData {
        time: number[];
        [key: string]: any[];
    }

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    time: number[]