@web-core/web-sdk
    Preparing search index...

    Interface HeatMapResponse

    interface HeatMapResponse {
        calculation: number;
        changePercentage: number;
        childs: HeatMapResponse[];
        code: string;
        labels: HeatMapLabel[];
        last: number;
    }
    Index

    Properties

    calculation: number
    changePercentage: number
    childs: HeatMapResponse[]
    code: string
    labels: HeatMapLabel[]
    last: number