Interface: TimelineProps¶
Defined in: components/Timeline.tsx:75
Props for Timeline.
Properties¶
active¶
active:
boolean
Defined in: components/Timeline.tsx:79
When true, a blinking cursor is shown after the last text segment.
renderToolCard?¶
optionalrenderToolCard?: (toolUseId) =>ReactNode
Defined in: components/Timeline.tsx:88
Optional hook to render a delegating tool call as its spawned sub-agent
card, interleaved at its chronological position. Returns the card node for a
given tool-call id, or null/undefined to fall back to the tool row. Keeps
a delegated agent's work in order relative to the parent's surrounding text.
Parameters¶
toolUseId¶
string
Returns¶
ReactNode
timeline¶
timeline:
TimelineEntry[]
Defined in: components/Timeline.tsx:77
The interleaved text/tool entries to render, in order.
variant?¶
optionalvariant?:"card"|"drill"
Defined in: components/Timeline.tsx:81
Visual variant selecting the text container class.