SHIFT + D

Coordinates

Updated on August 22, 2024Source code

Baleada Features uses the concept of coordinates to identify the position of an element in a plane.

A set of coordinates is an object with two properties:

Property
Type
Description
row
number
In the plane, which is an array of arrays, the row is the index of the nested array that contains the element.
column
number
In the plane, which is an array of arrays, the column is the index of the element within the nested array.

AbilityElement API

Edit doc on GitHub

ON THIS PAGE

Coordinates