frontend
Preparing search index...
api/gameApi
crazyeightsApi
Variable crazyeightsApi
Const
crazyeightsApi
:
{
exec
:
(
command
:
"reset"
|
"play"
|
"draw"
|
"nextround"
|
"suit"
,
cardIndex
?:
number
,
suit
?:
number
,
config
?:
CrazyEightsConfigInput
,
)
=>
Promise
<
CrazyEightsResponse
>
;
}
= ...
API client for the Crazy Eights /crazyeights/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"play"
|
"draw"
|
"nextround"
|
"suit"
,
cardIndex
?:
number
,
suit
?:
number
,
config
?:
CrazyEightsConfigInput
,
)
=>
Promise
<
CrazyEightsResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Crazy Eights /crazyeights/exec endpoint.