Chartbreaker
    Preparing search index...

    Type Alias CacheKeys_8

    type CacheKeys_8 = {
        bounds: Bounds;
        maxIndex: number;
        maxValue: number;
        maxX: number;
        maxY: number;
        minIndex: number;
        minValue: number;
        minX: number;
        minY: number;
        shape: [number, number][] | false;
    }
    Index

    Properties

    bounds: Bounds
    maxIndex: number
    maxValue: number
    maxX: number
    maxY: number
    minIndex: number
    minValue: number
    minX: number
    minY: number
    shape: [number, number][] | false