What the pointer is over, for a host-drawn tooltip.

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

Properties

Properties

cell: null | FootprintCell
price: null | number

Null when the pointer is over the stats table rather than a cell.

time: number