frontend
Preparing search index...
api/gameApi
heartsApi
Variable heartsApi
Const
heartsApi
:
{
exec
:
(
command
:
"reset"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
,
cardIndices
?:
number
[]
,
cardIndex
?:
number
,
config
?:
HeartsConfigInput
,
)
=>
Promise
<
HeartsResponse
>
;
}
= ...
API client for the Hearts /hearts/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
,
cardIndices
?:
number
[]
,
cardIndex
?:
number
,
config
?:
HeartsConfigInput
,
)
=>
Promise
<
HeartsResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Hearts /hearts/exec endpoint.