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