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