@tamb/gamegrid
    Preparing search index...

    Interface ICellContext

    Passed to ICell.render for custom cell markup.

    interface ICellContext {
        cell: ICell;
        coords: number[];
        gamegrid: IGameGrid;
    }
    Index

    Properties

    Properties

    cell: ICell
    coords: number[]

    Active cell focus as [x, y] (matches data-gamegrid-coords and GameGrid.getMatrix column/row order).

    gamegrid: IGameGrid