@tamb/gamegrid
Preparing search index...
IDefaultState
Interface IDefaultState
Allowed fields when merging initial grid
GameGrid
state.
interface
IDefaultState
{
activeCoords
?:
number
[]
;
currentDirection
?:
string
;
moves
?:
number
[]
[]
;
prevCoords
?:
number
[]
;
rendered
?:
boolean
;
}
Index
Properties
active
Coords?
current
Direction?
moves?
prev
Coords?
rendered?
Properties
Optional
active
Coords
activeCoords
?:
number
[]
Optional
current
Direction
currentDirection
?:
string
Optional
moves
moves
?:
number
[]
[]
Optional
prev
Coords
prevCoords
?:
number
[]
Optional
rendered
rendered
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Coords
current
Direction
moves
prev
Coords
rendered
@tamb/gamegrid
Loading...
Allowed fields when merging initial grid GameGrid state.