frontend
Preparing search index...
api/gameApi
pinochleApi
Variable pinochleApi
Const
pinochleApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
|
"meld"
|
"trump"
,
cardIndex
?:
number
,
config
?:
PinochleConfigInput
,
bidAmount
?:
number
,
suit
?:
number
,
)
=>
Promise
<
PinochleResponse
>
;
}
= ...
API client for the Pinochle /pinochle/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
|
"meld"
|
"trump"
,
cardIndex
?:
number
,
config
?:
PinochleConfigInput
,
bidAmount
?:
number
,
suit
?:
number
,
)
=>
Promise
<
PinochleResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Pinochle /pinochle/exec endpoint.