OBJECT

Position

A point on a canvas/grid, in integer grid units.

link GraphQL Schema definition

  • type Position {
  • # Horizontal position from the left edge.
  • x: Int!
  • # Vertical position from the top edge.
  • y: Int!
  • }