frontend
Preparing search index...
api/gameApi
klondikeApi
Variable klondikeApi
Const
klondikeApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"move"
|
"giveup"
|
"autocomplete"
|
"undo"
,
from
?:
KlondikeMoveZone
,
to
?:
KlondikeMoveZone
,
config
?:
KlondikeConfigInput
,
)
=>
Promise
<
KlondikeResponse
>
;
}
= ...
API client for the Klondike /klondike/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"move"
|
"giveup"
|
"autocomplete"
|
"undo"
,
from
?:
KlondikeMoveZone
,
to
?:
KlondikeMoveZone
,
config
?:
KlondikeConfigInput
,
)
=>
Promise
<
KlondikeResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Klondike /klondike/exec endpoint.