@echecs/uci - v3.0.2
Preparing search index...
types
Events
Interface Events
Events emitted by the UCI engine wrapper
interface
Events
{
bestmove
:
{
move
:
string
|
undefined
;
ponder
?:
string
}
;
copyprotection
:
string
;
error
:
Error
;
id
:
ID
;
info
:
InfoCommand
;
option
:
Option
;
output
:
string
;
readyok
:
undefined
;
registration
:
string
;
uciok
:
undefined
;
}
Index
Properties
bestmove
copyprotection
error
id
info
option
output
readyok
registration
uciok
Properties
bestmove
bestmove
:
{
move
:
string
|
undefined
;
ponder
?:
string
}
copyprotection
copyprotection
:
string
error
error
:
Error
id
id
:
ID
info
info
:
InfoCommand
option
option
:
Option
output
output
:
string
readyok
readyok
:
undefined
registration
registration
:
string
uciok
uciok
:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bestmove
copyprotection
error
id
info
option
output
readyok
registration
uciok
@echecs/uci - v3.0.2
Loading...
Events emitted by the UCI engine wrapper