frontend
Preparing search index...
api/gameApi
spadesApi
Variable spadesApi
Const
spadesApi
:
{
exec
:
(
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
SpadesConfigInput
,
)
=>
Promise
<
SpadesResponse
>
;
}
= ...
API client for the Spades /spades/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
SpadesConfigInput
,
)
=>
Promise
<
SpadesResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Spades /spades/exec endpoint.