FIMViz.jsAPI
    Preparing search index...

    Interface DatasetAxisEntry

    interface DatasetAxisEntry {
        coord: string | number;
        meta?: any;
        ref:
            | string
            | {}
            | { bounds?: DatasetBounds; crs?: string; name?: string; select: any };
    }
    Index
    coord: string | number
    meta?: any
    ref:
        | string
        | {}
        | { bounds?: DatasetBounds; crs?: string; name?: string; select: any }