Skip to content

StatePath <TSnapshot, TEvent>

Hierarchy

Index

Properties

state

state: TSnapshot

The ending state of the path.

steps

steps: Steps<TSnapshot, TEvent>

The ordered array of state-event pairs (steps) which reach the ending state.

weight

weight: number

The combined weight of all steps in the path.