Readonly
column: numberThe column index of the cell that was hit.
This is -1
for the void
region.
Readonly
height: numberThe height of the cell.
This is -1
for the void
region.
Readonly
region: CellRegion | "void"The region of the data grid that was hit.
Readonly
row: numberThe row index of the cell that was hit.
This is -1
for the void
region.
Readonly
width: numberThe width of the cell.
This is -1
for the void
region.
Readonly
x: numberThe X coordinate of the mouse in cell coordinates.
This is -1
for the void
region.
Readonly
y: numberThe Y coordinate of the mouse in cell coordinates.
This is -1
for the void
region.
An object which holds the result of a grid hit test.