frontend
Preparing search index...
api/gameApi
daifugoApi
Variable daifugoApi
Const
daifugoApi
:
{
exec
:
(
command
:
"sort"
|
"reset"
|
"play"
,
indices
?:
number
[]
,
config
?:
DaifugoConfig
,
sortMode
?:
number
,
)
=>
Promise
<
DaifugoResponse
>
;
}
= ...
API client for the Daifugo /daifugo/exec endpoint.
Type Declaration
exec
:
(
command
:
"sort"
|
"reset"
|
"play"
,
indices
?:
number
[]
,
config
?:
DaifugoConfig
,
sortMode
?:
number
,
)
=>
Promise
<
DaifugoResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Daifugo /daifugo/exec endpoint.