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