TableEditor.getClosestCell method
TableEditor › getClosestCell
Unofficial
Get the cell closest to the given viewport coordinates.Signature:
getClosestCell(x: number, y: number): TableCellParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | Horizontal coordinate. |
| y | number | Vertical coordinate. |
Returns: TableCell — The closest cell.