frontend
Preparing search index...
api/gameApi
memoryApi
Variable memoryApi
Const
memoryApi
:
{
exec
:
(
command
:
"reset"
|
"log"
|
"next"
|
"flip"
,
position
?:
number
,
config
?:
MemoryConfigInput
,
)
=>
Promise
<
MemoryResponse
>
;
}
= ...
API client for the Memory /memory/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"log"
|
"next"
|
"flip"
,
position
?:
number
,
config
?:
MemoryConfigInput
,
)
=>
Promise
<
MemoryResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Memory /memory/exec endpoint.