@tamb/gamegrid
    Preparing search index...

    Interface IRefsObject

    Live references after GameGrid.render; cells[y][x] matches GameGrid.getMatrix.

    interface IRefsObject {
        cells: ICell[][];
        container: HTMLElement | null;
        rows: IRow[];
    }
    Index

    Properties

    Properties

    cells: ICell[][]
    container: HTMLElement | null
    rows: IRow[]