Coordinates

public struct Coordinates : Decodable, Hashable

The coordinates of the action triggered.

  • The column.

    Declaration

    Swift

    public let column: Int
  • row

    The row.

    Declaration

    Swift

    public let row: Int