frontend
Preparing search index...
hooks/usePyramidGame
PyramidSelection
Interface PyramidSelection
Selected card position in the pyramid or waste.
interface
PyramidSelection
{
col
?:
number
;
row
?:
number
;
zone
:
"pyramid"
|
"waste"
;
}
Index
Properties
col?
row?
zone
Properties
Optional
col
col
?:
number
Optional
row
row
?:
number
zone
zone
:
"pyramid"
|
"waste"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
col
row
zone
frontend
Loading...
Selected card position in the pyramid or waste.