Preparing search index...
The search index is not available
chessops
chessops
setup
Setup
Interface Setup
A not necessarily legal chess or chess variant position.
interface
Setup
{
board
:
Board
;
castlingRights
:
SquareSet
;
epSquare
:
undefined
|
number
;
fullmoves
:
number
;
halfmoves
:
number
;
pockets
:
undefined
|
Material
;
remainingChecks
:
undefined
|
RemainingChecks
;
turn
:
"black"
|
"white"
;
}
Index
Properties
board
castling
Rights
ep
Square
fullmoves
halfmoves
pockets
remaining
Checks
turn
Properties
board
board
:
Board
castling
Rights
castling
Rights
:
SquareSet
ep
Square
ep
Square
:
undefined
|
number
fullmoves
fullmoves
:
number
halfmoves
halfmoves
:
number
pockets
pockets
:
undefined
|
Material
remaining
Checks
remaining
Checks
:
undefined
|
RemainingChecks
turn
turn
:
"black"
|
"white"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
board
castling
Rights
ep
Square
fullmoves
halfmoves
pockets
remaining
Checks
turn
chessops
Loading...
A not necessarily legal chess or chess variant position.