mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Simulation
SimulationReplayResult
Interface SimulationReplayResult<State, Command, Event>
interface
SimulationReplayResult
<
State
,
Command
,
Event
>
{
checked
:
number
;
journal
:
readonly
ActionJournalEntry
<
Command
,
Event
>
[]
;
mismatch
?:
SimulationReplayMismatch
<
Command
,
Event
>
;
state
:
State
;
valid
:
boolean
;
}
Type Parameters
State
Command
Event
Index
Properties
checked
journal
mismatch?
state
valid
Properties
Readonly
checked
checked
:
number
Readonly
journal
journal
:
readonly
ActionJournalEntry
<
Command
,
Event
>
[]
Optional
Readonly
mismatch
mismatch
?:
SimulationReplayMismatch
<
Command
,
Event
>
Readonly
state
state
:
State
Readonly
valid
valid
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checked
journal
mismatch
state
valid
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...