型・APIリファレンス
    Preparing search index...

    Interface GridCellCoordinate

    クリック位置のセル座標

    interface GridCellCoordinate {
        cell: number;
        row: number;
    }
    Index

    Properties

    Properties

    cell: number

    カラム番号

    row: number

    行番号