@echecs/game - v2.0.2
Preparing search index...
Piece
Interface Piece
A chess piece — color and type.
interface
Piece
{
color
:
Color
;
type
:
PieceType
;
}
Index
Properties
color
type
Properties
color
color
:
Color
The piece's color.
type
type
:
PieceType
The piece's type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
type
@echecs/game - v2.0.2
Loading...
A chess piece — color and type.