frontend
Preparing search index...
api/gameApi
bridgeApi
Variable bridgeApi
Const
bridgeApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
cardIndex
?:
number
,
bidType
?:
number
,
bidLevel
?:
number
,
bidSuit
?:
number
,
config
?:
BridgeConfigInput
,
)
=>
Promise
<
BridgeResponse
>
;
}
= ...
API client for the Bridge /bridge/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
cardIndex
?:
number
,
bidType
?:
number
,
bidLevel
?:
number
,
bidSuit
?:
number
,
config
?:
BridgeConfigInput
,
)
=>
Promise
<
BridgeResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Bridge /bridge/exec endpoint.