libkazv
Loading...
Searching...
No Matches
Kazv::SaveEventsRequested Struct Reference

Indicate that there are events to be saved. More...

#include <kazv-triggers.hpp>

Public Attributes

immer::map< std::string, EventListtimelineEvents
 The events to be saved in the timeline.
 
immer::map< std::string, EventListnonTimelineEvents
 The events that should be saved, but not in the timeline.
 

Detailed Description

Indicate that there are events to be saved.

Member Data Documentation

◆ nonTimelineEvents

immer::map<std::string , EventList> Kazv::SaveEventsRequested::nonTimelineEvents

The events that should be saved, but not in the timeline.

◆ timelineEvents

immer::map<std::string , EventList> Kazv::SaveEventsRequested::timelineEvents

The events to be saved in the timeline.

The events saved in the timeline part of the storage can be considered continuous, i.e. they can be loaded to fully re-construct the timeline. There can be gaps, but all gaps are properly recorded in the client state so that it can be easily paginated.


The documentation for this struct was generated from the following file: