Summarize the launch plan.
01
Overview
Navigate directly between user-authored turns in a long Chat transcript with keyboard controls or continuous pointer scrubbing.
Usage
The launch has three phases.
What is the riskiest phase?
The staged rollout needs the closest watch.
02
When to use
Use when
- A long transcript needs direct navigation between user turns.
Avoid when
- The transcript is short enough to scan without an auxiliary navigation surface.
03
Examples
Transcript navigation rail
Scrub or tab between user-authored turns in a longer conversation.
04
Props
Name | Type | Default | Description |
|---|---|---|---|
messages required | ReadonlyArray<Message> | ||
viewport | HTMLElement | null | null | |
onNavigate | (index: number, message: Message) => void | Scroll a message index; callers should delegate to ChatVirtualizer when present. | |
scrollToIndex | (index: number) => void | Optional virtualizer bridge; implementations should use center alignment. | |
scrollToMessage | (messageId: string) => void | Message-aware Chat bridge; resolves virtualized and grouped rows before centering. | |
label | text | 'User messages' | |
preview | (message: Message) => string |