interface FootprintHover {
    cell: null | FootprintCell;
    price: null | number;
    stats: FootprintBarStats;
    time: number;
}

Properties

Properties

cell: null | FootprintCell
price: null | number

The exact bucket price; null over a statistics card/table.

time: number