ts-utils
    Preparing search index...

    Interface Coord

    interface Coord {
        column: number;
        row: number;
    }
    Index

    Properties

    Properties

    column: number
    row: number