Preparing search index...
The search index is not available
uci-parser-ts
uci-parser-ts
BestMoveCommand
Class BestMoveCommand
A client UCI command.
Hierarchy
ClientCommand
BestMoveCommand
Index
Constructors
constructor
Properties
move
ponder?
Constructors
constructor
new
Best
Move
Command
(
move
:
UciMove
, ponder
?:
string
)
:
BestMoveCommand
Parameters
move:
UciMove
The best move.
Optional
ponder:
string
The ponder move.
Returns
BestMoveCommand
Properties
Readonly
move
move
:
UciMove
The best move.
Optional
Readonly
ponder
ponder
?:
string
The ponder move.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
uci-
parser-
ts
Best
Move
Command
constructor
move
ponder?
Generated using
TypeDoc
A client UCI command.