A recorded LiveView session.
Contains the initial state and a timeline of events with assigns deltas, enough to reconstruct what the user saw at any point.
Summary
Functions
Replays events up to index and returns the accumulated assigns map.
Types
@type event() :: {non_neg_integer(), event_type(), map()}
@type event_type() :: :mount | :event | :handle_params | :info | :assigns
Functions
@spec accumulated_assigns(t(), non_neg_integer()) :: map()
Replays events up to index and returns the accumulated assigns map.