frontend
Preparing search index...
api/gameApi
speedApi
Variable speedApi
Const
speedApi
:
{
exec
:
(
command
:
"reset"
|
"log"
|
"play"
|
"hint"
|
"flip"
,
cardIndex
?:
number
,
pileIndex
?:
number
,
config
?:
SpeedConfig
,
)
=>
Promise
<
SpeedResponse
>
;
}
= ...
API client for the Speed /speed/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"log"
|
"play"
|
"hint"
|
"flip"
,
cardIndex
?:
number
,
pileIndex
?:
number
,
config
?:
SpeedConfig
,
)
=>
Promise
<
SpeedResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Speed /speed/exec endpoint.