@tamb/gamegrid
Preparing search index...
IRefsObject
Interface IRefsObject
Live references after
GameGrid.render
;
cells[y][x]
matches
GameGrid.getMatrix
.
interface
IRefsObject
{
cells
:
ICell
[]
[]
;
container
:
HTMLElement
|
null
;
rows
:
IRow
[]
;
}
Index
Properties
cells
container
rows
Properties
cells
cells
:
ICell
[]
[]
container
container
:
HTMLElement
|
null
rows
rows
:
IRow
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cells
container
rows
@tamb/gamegrid
Loading...
Live references after GameGrid.render;
cells[y][x]matches GameGrid.getMatrix.