UseChatScrollReturn
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:486
Properties
hasNewMessages
hasNewMessages:
boolean
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:492
Whether there are new messages below the current scroll position
isAtBottom
isAtBottom:
boolean
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:490
Whether the user is currently scrolled to the bottom
scrollContainerRef
scrollContainerRef:
RefObject<HTMLDivElement|null>
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:488
Ref to attach to the scrollable container element
scrollToBottom()
scrollToBottom: (
behavior?) =>void
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:494
Programmatically scroll to the bottom
Parameters
behavior?
ScrollBehavior
Returns
void