@sqlrooms/ai-core / ActivityBoxProps
Type Alias: ActivityBoxProps
ActivityBoxProps =
object
Props for the collapsible SQLRooms activity container.
Properties
children
children:
React.ReactNode
maxCollapsedHeight?
optionalmaxCollapsedHeight?:number
Max collapsed height in px. Defaults to 100.
isRunning?
optionalisRunning?:boolean
When true, the box auto-scrolls to the bottom as content changes.
className?
optionalclassName?:string
summaryLabel?
optionalsummaryLabel?:string
When provided, the box can be fully hidden behind a single clickable summary line (e.g. "Worked with 4 tools"). Clicking the line toggles visibility of the full activity box. While isRunning is true the box is always shown regardless of this prop.