frontend
Preparing search index...
api/gameApi
cribbageApi
Variable cribbageApi
Const
cribbageApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"peg"
|
"go"
|
"shownext"
,
cardIndex
?:
number
,
cardIndices
?:
number
[]
,
config
?:
CribbageConfigInput
,
)
=>
Promise
<
CribbageResponse
>
;
}
= ...
API client for the Cribbage /cribbage/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"peg"
|
"go"
|
"shownext"
,
cardIndex
?:
number
,
cardIndices
?:
number
[]
,
config
?:
CribbageConfigInput
,
)
=>
Promise
<
CribbageResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Cribbage /cribbage/exec endpoint.