frontend
Preparing search index...
api/gameApi
euchreApi
Variable euchreApi
Const
euchreApi
:
{
exec
:
(
command
:
|
"reset"
|
"play"
|
"discard"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
|
"orderup"
|
"calltrump"
,
cardIndex
?:
number
,
suit
?:
number
,
goAlone
?:
boolean
,
config
?:
EuchreConfigInput
,
)
=>
Promise
<
EuchreResponse
>
;
}
= ...
API client for the Euchre /euchre/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"play"
|
"discard"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
|
"orderup"
|
"calltrump"
,
cardIndex
?:
number
,
suit
?:
number
,
goAlone
?:
boolean
,
config
?:
EuchreConfigInput
,
)
=>
Promise
<
EuchreResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Euchre /euchre/exec endpoint.