Skip to main content

Module block

Module block 

Source
Expand description

TimelineBlock — the grouper’s output unit. A timeline payload is a Vec<TimelineBlock>; each block renders either as one standalone event card or as a Twitter-style stacked module with a connecting vertical line.

Enums§

TimelineBlock
Either one event on its own, or a chained module of contextually related events (root-first newest-last when fully chained; see crate::Grouper).