UseChatScrollOptions
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:516
Properties
enabled?
optionalenabled:boolean
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:523
Enable auto-scroll to bottom on new messages.
Default
truemessages
messages:
ChatMessageData[]
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:518
Message array — scroll triggers when length changes
threshold?
optionalthreshold:number
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:528
Pixel threshold from the bottom to consider “at bottom”.
Default
100