frontend
Preparing search index...
api/gameApi
canastaApi
Variable canastaApi
Const
canastaApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"meld"
|
"skipmeld"
|
"goout"
,
cardIndex
?:
number
,
config
?:
CanastaConfigInput
,
naturalPairIndices
?:
number
[]
,
meldGroups
?:
number
[]
[]
,
)
=>
Promise
<
CanastaResponse
>
;
}
= ...
API client for the Canasta /canasta/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"meld"
|
"skipmeld"
|
"goout"
,
cardIndex
?:
number
,
config
?:
CanastaConfigInput
,
naturalPairIndices
?:
number
[]
,
meldGroups
?:
number
[]
[]
,
)
=>
Promise
<
CanastaResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Canasta /canasta/exec endpoint.