External Selection

Click a row in the event grid to select and focus the corresponding item on the timeline. Selection is driven entirely from outside the timeline.

SessionRoomTime
Programmatic Selection & Hover
The timeline uses selection: "none" so clicking items on the canvas does nothing. Selection is controlled externally via timeline.setSelection([id]) and timeline.focus({ id }). Hovering an item on the timeline highlights the corresponding row in the grid via onItemHover.