frontend
Preparing search index...
api/gameApi
oldmaidApi
Variable oldmaidApi
Const
oldmaidApi
:
{
exec
:
(
command
:
"shuffle"
|
"reset"
|
"draw"
|
"reorder"
,
drawIdx
?:
number
,
mode
?:
number
,
cpuPlacementStrategy
?:
boolean
,
reorderIndices
?:
number
[]
,
cpuMemoryAI
?:
boolean
,
cpuHesitationEnabled
?:
boolean
,
cpuMetaAI
?:
boolean
,
profile
?:
unknown
,
)
=>
Promise
<
OldMaidResponse
>
;
}
= ...
API client for the Old Maid /oldmaid/exec endpoint.
Type Declaration
exec
:
(
command
:
"shuffle"
|
"reset"
|
"draw"
|
"reorder"
,
drawIdx
?:
number
,
mode
?:
number
,
cpuPlacementStrategy
?:
boolean
,
reorderIndices
?:
number
[]
,
cpuMemoryAI
?:
boolean
,
cpuHesitationEnabled
?:
boolean
,
cpuMetaAI
?:
boolean
,
profile
?:
unknown
,
)
=>
Promise
<
OldMaidResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Old Maid /oldmaid/exec endpoint.