mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Simulation
SimulationReplayMismatch
Interface SimulationReplayMismatch<Command, Event>
interface
SimulationReplayMismatch
<
Command
,
Event
>
{
action
:
Command
;
actualEvents
:
readonly
Event
[]
;
error
?:
string
;
expectedEvents
:
readonly
Event
[]
;
index
:
number
;
reason
:
"sequence"
|
"events"
|
"execution"
|
"final-state"
;
}
Type Parameters
Command
Event
Index
Properties
action
actual
Events
error?
expected
Events
index
reason
Properties
Readonly
action
action
:
Command
Readonly
actual
Events
actualEvents
:
readonly
Event
[]
Optional
Readonly
error
error
?:
string
Readonly
expected
Events
expectedEvents
:
readonly
Event
[]
Readonly
index
index
:
number
Readonly
reason
reason
:
"sequence"
|
"events"
|
"execution"
|
"final-state"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
actual
Events
error
expected
Events
index
reason
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...