CellMetrics
Defined in: src/driver/web/dom.ts:67
Pixel size of a cell (plus host padding), used to map mouse pixels to cells.
Properties
Section titled “Properties”cellHeight
Section titled “cellHeight”cellHeight:
number
Defined in: src/driver/web/dom.ts:71
Cell height in px.
cellWidth
Section titled “cellWidth”cellWidth:
number
Defined in: src/driver/web/dom.ts:69
Cell width in px.
offsetX?
Section titled “offsetX?”
optionaloffsetX?:number
Defined in: src/driver/web/dom.ts:73
Host left padding in px, subtracted before the cell division.
offsetY?
Section titled “offsetY?”
optionaloffsetY?:number
Defined in: src/driver/web/dom.ts:75
Host top padding in px, subtracted before the cell division.