Skip to content

textmode.js / GridPosition

Interface: GridPosition

Position on a grid, typically in center-based coordinates.

Extended by

Properties

PropertyTypeDescription
xnumberThe X coordinate (column), often relative to the grid's center.
ynumberThe Y coordinate (row), often relative to the grid's center.