couch-kit
Preparing search index...
@couch-kit/core
ReplayResult
Interface ReplayResult<S>
The result of replaying a recording.
interface
ReplayResult
<
S
extends
IGameState
=
IGameState
>
{
actionCount
:
number
;
duration
:
number
;
finalState
:
S
;
snapshots
:
StateSnapshot
<
S
>
[]
;
}
Type Parameters
S
extends
IGameState
=
IGameState
Index
Properties
action
Count
duration
final
State
snapshots
Properties
action
Count
actionCount
:
number
duration
duration
:
number
final
State
finalState
:
S
snapshots
snapshots
:
StateSnapshot
<
S
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Count
duration
final
State
snapshots
couch-kit
Loading...
The result of replaying a recording.