couch-kit
Preparing search index...
@couch-kit/core
StateSnapshot
Interface StateSnapshot<S>
A snapshot of state at a point in time during replay.
interface
StateSnapshot
<
S
extends
IGameState
=
IGameState
>
{
action
:
IAction
;
index
:
number
;
state
:
S
;
timestamp
:
number
;
}
Type Parameters
S
extends
IGameState
=
IGameState
Index
Properties
action
index
state
timestamp
Properties
action
action
:
IAction
index
index
:
number
state
state
:
S
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
index
state
timestamp
couch-kit
Loading...
A snapshot of state at a point in time during replay.