Preparing search index...
The search index is not available
chessops
chessops
types
NormalMove
Interface NormalMove
interface
NormalMove
{
from
:
number
;
promotion
?:
|
"pawn"
|
"knight"
|
"bishop"
|
"rook"
|
"queen"
|
"king"
;
to
:
number
;
}
Index
Properties
from
promotion?
to
Properties
from
from
:
number
Optional
promotion
promotion
?:
|
"pawn"
|
"knight"
|
"bishop"
|
"rook"
|
"queen"
|
"king"
to
to
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
promotion
to
chessops
Loading...