chessops
Preparing search index...
types
Piece
Interface Piece
interface
Piece
{
color
:
"black"
|
"white"
;
promoted
?:
boolean
;
role
:
"pawn"
|
"knight"
|
"bishop"
|
"rook"
|
"queen"
|
"king"
;
}
Index
Properties
color
promoted?
role
Properties
color
color
:
"black"
|
"white"
Optional
promoted
promoted
?:
boolean
role
role
:
"pawn"
|
"knight"
|
"bishop"
|
"rook"
|
"queen"
|
"king"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
promoted
role
chessops
Loading...