Frame
termflow.tui.Devtools.Frame
final case class Frame[+Msg, +Model](index: Int, timestampMillis: Long, msg: Option[Msg], model: Model)
One entry in a History — a snapshot of the model after a transition, with the message that caused it.
Value parameters
- index
-
Monotonically increasing position in the recording. Survives ring-buffer wrap-around.
- model
-
The model after the transition (or the initial state).
- msg
-
The dispatched message, or
Nonefor an initialsnapshot. - timestampMillis
-
Wall-clock time the frame was captured.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article