couch-kit
Preparing search index...
@couch-kit/core
MiddlewareAPI
Interface MiddlewareAPI<S>
The API surface available to each middleware.
interface
MiddlewareAPI
<
S
extends
IGameState
>
{
getState
:
()
=>
S
;
}
Type Parameters
S
extends
IGameState
Index
Properties
get
State
Properties
get
State
getState
:
()
=>
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
State
couch-kit
Loading...
The API surface available to each middleware.