MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface Coordinate

    Represents a coordinate position with row and column indices.

    interface Coordinate {
        row: number;
        col: number;
    }
    Index

    Properties

    Properties

    row: number
    col: number